Home
last modified time | relevance | path

Searched refs:TollFeature (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeoroutingmanagerplugins/
H A Dqgeoroutingmanagerengine_test.h52 setSupportedFeatureTypes(QGeoRouteRequest::TollFeature); in QGeoRoutingManagerEngineTest()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeorouterequest.h66 TollFeature = 0x00000001, enumerator
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativegeoroutemodel_p.h328 TollFeature = QGeoRouteRequest::TollFeature, enumerator
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeoroutingmanager/
H A Dtst_qgeoroutingmanager.cpp92 QCOMPARE(qgeoroutingmanager->supportedFeatureTypes(),QGeoRouteRequest::TollFeature); in supports()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/nokia/
H A Dqgeoroutingmanagerengine_nokia.cpp67 featureTypes |= QGeoRouteRequest::TollFeature; in QGeoRoutingManagerEngineNokia()
355 case QGeoRouteRequest::TollFeature: in modesRequestString()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/geotestplugin/
H A Dqgeoroutingmanagerengine_test.h117 QGeoRouteRequest::NoFeature | QGeoRouteRequest::TollFeature | in QGeoRoutingManagerEngineTest()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/declarative_core/
H A Dtst_routing.qml334 emptyQuery.setFeatureWeight(RouteQuery.TollFeature, RouteQuery.AvoidFeatureWeight);
341 compare(emptyQuery.featureTypes[0], RouteQuery.TollFeature)
344 … compare(emptyQuery.featureWeight(RouteQuery.TollFeature), RouteQuery.AvoidFeatureWeight);
347 emptyQuery.setFeatureWeight(RouteQuery.TollFeature, RouteQuery.NeutralFeatureWeight);
351 … compare(emptyQuery.featureWeight(RouteQuery.TollFeature), RouteQuery.NeutralFeatureWeight);
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeorouterequest/
H A Dtst_qgeorouterequest.cpp296 QTest::newRow("TollFeature") << QGeoRouteRequest::TollFeature << true in featureWeight_data()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/imports/location/
H A Dplugins.qmltypes870 "TollFeature": 1,