Home
last modified time | relevance | path

Searched refs:EngineNotSetError (Results 1 – 12 of 12) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativegeocodemodel.cpp155 setError(EngineNotSetError, tr("Cannot geocode, plugin not set.")); in update()
165 setError(EngineNotSetError, tr("Cannot geocode, geocode manager not set.")); in update()
300 newError = EngineNotSetError; break; in pluginReady()
316 setError(EngineNotSetError,tr("Plugin does not support (reverse) geocoding.")); in pluginReady()
H A Dqdeclarativegeocodemodel_p.h98EngineNotSetError = QGeoCodeReply::EngineNotSetError, //TODO Qt6 consider merge with NotSupportedE… enumerator
H A Dqdeclarativegeoroutemodel_p.h106 EngineNotSetError = QGeoRouteReply::EngineNotSetError, enumerator
H A Dqdeclarativegeoroutemodel.cpp356 newError = EngineNotSetError; break; in pluginReady()
372 setError(EngineNotSetError, tr("Plugin does not support routing.")); in pluginReady()
618 setError(EngineNotSetError, tr("Cannot route, plugin not set.")); in update()
628 setError(EngineNotSetError, tr("Cannot route, route manager not set.")); in update()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeoroutereply/
H A Dtst_qgeoroutereply.cpp108 QTest::newRow("error2") << QGeoRouteReply::EngineNotSetError << "Engine Not Set Error."; in constructor_error_data()
226 QTest::newRow("error2") << QGeoRouteReply::EngineNotSetError << "Engine Not Set Error."; in error_data()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeocodereply/
H A Dtst_qgeocodereply.cpp99 QTest::newRow("error2") << QGeoCodeReply::EngineNotSetError << "Engine Not Set Error."; in constructor_error_data()
169 QTest::newRow("error2") << QGeoCodeReply::EngineNotSetError << "Engine Not Set Error."; in error_data()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeoroutereply.h56 EngineNotSetError, enumerator
H A Dqgeocodereply.h58 EngineNotSetError, enumerator
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/declarative_core/
H A Dtst_geocoding.qml184 compare(errorModelNoPlugin.error,GeocodeModel.EngineNotSetError)
188 compare(errorModel.error,GeocodeModel.EngineNotSetError)
192 compare(errorModel.error,GeocodeModel.EngineNotSetError)
207 compare(errorModel.error,GeocodeModel.EngineNotSetError)
H A Dtst_routing.qml450 compare(errorModelNoPlugin.error,RouteModel.EngineNotSetError)
454 compare(errorModel.error,RouteModel.EngineNotSetError)
458 compare(errorModel.error,RouteModel.EngineNotSetError)
473 compare(errorModel.error,RouteModel.EngineNotSetError)
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/geotestplugin/
H A Dqgeocodingmanagerengine_test.h168 geocodeReply_->callSetError(QGeoCodeReply::EngineNotSetError, address.street()); in geocode()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/imports/location/
H A Dplugins.qmltypes808 "EngineNotSetError": 1,
1245 "EngineNotSetError": 1,