Home
last modified time | relevance | path

Searched refs:routingFeatures (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeoserviceprovider/
H A Dtst_qgeoserviceprovider.cpp149 QFETCH(QGeoServiceProvider::RoutingFeatures, routingFeatures); in tst_features()
155 QCOMPARE(provider.routingFeatures(), routingFeatures); in tst_features()
178 if (provider.routingFeatures() == QGeoServiceProvider::NoRoutingFeatures) { in tst_features()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativegeoserviceprovider.cpp354 return (sp && (sp->routingFeatures() != QGeoServiceProvider::NoRoutingFeatures)); in supportsRouting()
356 return (sp && (sp->routingFeatures() & f) == f); in supportsRouting()
814 if (provider->routingFeatures() == QGeoServiceProvider::NoRoutingFeatures) in matches()
817 if ((provider->routingFeatures() & routing) != routing) in matches()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeoserviceprovider.h149 RoutingFeatures routingFeatures() const;
H A Dqgeoserviceprovider.cpp300 QGeoServiceProvider::RoutingFeatures QGeoServiceProvider::routingFeatures() const in routingFeatures() function in QGeoServiceProvider
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeoroutingmanager/
H A Dtst_qgeoroutingmanager.cpp77 QCOMPARE(qgeoserviceprovider->routingFeatures(), in loadRoutingManager()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/doc/src/
H A Dqtlocation-geoservices.qdoc69 details see \l QGeoServiceProvider::routingFeatures(),