Home
last modified time | relevance | path

Searched refs:NotSupportedError (Results 1 – 13 of 13) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/labs/
H A Dqdeclarativenavigator_p.h97NotSupportedError = QGeoServiceProvider::NotSupportedError, //TODO Qt6 consider merge with NotSupp… enumerator
H A Dqdeclarativenavigator.cpp486 case QGeoServiceProvider::NotSupportedError: in ensureEngine()
487 newError = NotSupportedError; break; in ensureEngine()
505 setError(NotSupportedError, tr("Plugin does not support navigation.")); in ensureEngine()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeoserviceprovider.cpp403 error = QGeoServiceProvider::NotSupportedError; in manager()
832 error = QGeoServiceProvider::NotSupportedError; in loadMeta()
868 error = QGeoServiceProvider::NotSupportedError; in loadPlugin()
H A Dqgeoserviceprovider.h69 NotSupportedError, enumerator
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/esri/
H A Dgeotiledmappingmanagerengine_esri.cpp242 *error = QGeoServiceProvider::NotSupportedError; in initializeMapSources()
256 *error = QGeoServiceProvider::NotSupportedError; in initializeMapSources()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeoroutingmanager/
H A Dtst_qgeoroutingmanager.cpp74 QCOMPARE(qgeoserviceprovider->error(), QGeoServiceProvider::NotSupportedError); in loadRoutingManager()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeocodingmanager/
H A Dtst_qgeocodingmanager.cpp82 QCOMPARE(qgeoserviceprovider->error(), QGeoServiceProvider::NotSupportedError); in loadGeocodingManager()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/declarative_core/
H A Dtst_plugin_error.qml56 verify (map.error === Map.NotSupportedError);
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qplacemanager_unsupported/
H A Dtst_qplacemanager_unsupported.cpp99 QCOMPARE(m_provider->error(), QGeoServiceProvider::NotSupportedError); in initTestCase()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeoserviceprovider/
H A Dtst_qgeoserviceprovider.cpp208 QCOMPARE(test_noexperimental.error(), QGeoServiceProvider::NotSupportedError); in tst_misc()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativegeocodemodel.cpp299 case QGeoServiceProvider::NotSupportedError: in pluginReady()
H A Dqdeclarativegeoroutemodel.cpp355 case QGeoServiceProvider::NotSupportedError: in pluginReady()
H A Dqdeclarativegeomap.cpp413 setError(QGeoServiceProvider::NotSupportedError, tr("Plugin does not support mapping.")); in pluginReady()