Home
last modified time | relevance | path

Searched refs:routingManager (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativegeoroutemodel.cpp350 QGeoRoutingManager *routingManager = serviceProvider->routingManager(); in pluginReady() local
371 if (!routingManager) { in pluginReady()
376 connect(routingManager, SIGNAL(finished(QGeoRouteReply*)), in pluginReady()
378 connect(routingManager, SIGNAL(error(QGeoRouteReply*,QGeoRouteReply::Error,QString)), in pluginReady()
490 QGeoRoutingManager *routingManager = serviceProvider->routingManager(); in setMeasurementSystem() local
491 if (!routingManager) in setMeasurementSystem()
494 if (routingManager->measurementSystem() == ms) in setMeasurementSystem()
497 routingManager->setMeasurementSystem(ms); in setMeasurementSystem()
514 QGeoRoutingManager *routingManager = serviceProvider->routingManager(); in measurementSystem() local
515 if (!routingManager) { in measurementSystem()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeoserviceprovider.cpp511 QGeoRoutingManager *QGeoServiceProvider::routingManager() const in routingManager() function in QGeoServiceProvider
515 &(d_ptr->routingManager)); in routingManager()
743 if (d_ptr->routingManager) in setLocale()
744 d_ptr->routingManager->setLocale(locale); in setLocale()
760 routingManager(0), in QGeoServiceProviderPrivate()
776 delete routingManager; in ~QGeoServiceProviderPrivate()
787 delete routingManager; in unload()
788 routingManager = 0; in unload()
H A Dqgeoserviceprovider_p.h98 QGeoRoutingManager *routingManager; variable
H A Dqgeoserviceprovider.h157 QGeoRoutingManager *routingManager() const;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeoserviceprovider/
H A Dtst_qgeoserviceprovider.cpp179 QVERIFY(provider.routingManager() == nullptr); in tst_features()
181 if (provider.routingManager() != nullptr) in tst_features()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeoroutingmanager/
H A Dtst_qgeoroutingmanager.cpp84 qgeoroutingmanager = qgeoserviceprovider->routingManager(); in loadRoutingManager()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/nokia_services/routing/
H A Dtst_routing.cpp334 m_routingManager = m_geoServiceProvider->routingManager(); in initTestCase()