Home
last modified time | relevance | path

Searched refs:newError (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/labs/
H A Dqdeclarativenavigator.cpp484 QDeclarativeNavigator::NavigationError newError = UnknownError; in ensureEngine() local
487 newError = NotSupportedError; break; in ensureEngine()
489 newError = UnknownParameterError; break; in ensureEngine()
491 newError = MissingRequiredParameterError; break; in ensureEngine()
493 newError = ConnectionError; break; in ensureEngine()
495 newError = LoaderError; break; in ensureEngine()
500 setError(newError, serviceProvider->navigationErrorString()); in ensureEngine()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativegeocodemodel.cpp297 QDeclarativeGeocodeModel::GeocodeError newError = UnknownError; in pluginReady() local
300 newError = EngineNotSetError; break; in pluginReady()
302 newError = UnknownParameterError; break; in pluginReady()
304 newError = MissingRequiredParameterError; break; in pluginReady()
306 newError = CommunicationError; break; in pluginReady()
311 setError(newError, serviceProvider->geocodingErrorString()); in pluginReady()
H A Dqdeclarativegeoroutemodel.cpp353 QDeclarativeGeoRouteModel::RouteError newError = UnknownError; in pluginReady() local
356 newError = EngineNotSetError; break; in pluginReady()
358 newError = UnknownParameterError; break; in pluginReady()
360 newError = MissingRequiredParameterError; break; in pluginReady()
362 newError = CommunicationError; break; in pluginReady()
367 setError(newError, serviceProvider->routingErrorString()); in pluginReady()