Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeorouterequest/
H A Dtst_qgeorouterequest.cpp76 QCOMPARE(copy->routeOptimization(), QGeoRouteRequest::FastestRoute); in constructor_waypoints()
100 QCOMPARE(copy->routeOptimization(), QGeoRouteRequest::FastestRoute); in constructor_orig_dest()
167 QCOMPARE(qgeorouterequest->routeOptimization(),QGeoRouteRequest::FastestRoute); in routeOptimization()
177 QTest::newRow("optimization1") << QGeoRouteRequest::FastestRoute; in routeOptimization_data()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeoroutingmanagerplugins/
H A Dqgeoroutingmanagerengine_test.h54 setSupportedRouteOptimizations(QGeoRouteRequest::FastestRoute); in QGeoRoutingManagerEngineTest()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/nokia/
H A Dqgeoroutingmanagerengine_nokia.cpp87 optimizations |= QGeoRouteRequest::FastestRoute; in QGeoRoutingManagerEngineNokia()
265 if (optimization.testFlag(QGeoRouteRequest::FastestRoute)) in calculateRouteRequestString()
301 if (optimization.testFlag(QGeoRouteRequest::FastestRoute)) in updateRouteRequestString()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeorouterequest.h89 FastestRoute = 0x0002, enumerator
H A Dqgeorouterequest.cpp523 routeOptimization(QGeoRouteRequest::FastestRoute), in QGeoRouteRequestPrivate()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativegeoroutemodel_p.h351 FastestRoute = QGeoRouteRequest::FastestRoute, enumerator
H A Dqdeclarativegeoroutemodel.cpp1448 if (reqOptimizations & QGeoRouteRequest::FastestRoute) in routeOptimizations()
1449 optimization |= QDeclarativeGeoRouteQuery::FastestRoute; in routeOptimizations()
1489 if (optimization & QDeclarativeGeoRouteQuery::FastestRoute) in setRouteOptimizations()
1490 reqOptimizations |= QGeoRouteRequest::FastestRoute; in setRouteOptimizations()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeoroutingmanager/
H A Dtst_qgeoroutingmanager.cpp94 QCOMPARE(qgeoroutingmanager->supportedRouteOptimizations(),QGeoRouteRequest::FastestRoute); in supports()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/geotestplugin/
H A Dqgeoroutingmanagerengine_test.h129 QGeoRouteRequest::ShortestRoute | QGeoRouteRequest::FastestRoute | in QGeoRoutingManagerEngineTest()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/nokia_services/routing/
H A Dtst_routing.cpp423 …QTest::newRow("Fastest") << (int)QGeoRouteRequest::FastestRoute << QString("optim-fastest.xml") <<… in can_compute_route_for_all_supported_optimizations_data()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/declarative_core/
H A Dtst_routing.qml174 compare (emptyQuery.routeOptimizations, RouteQuery.FastestRoute, "Route optimization")
412 compare(emptyQuery.routeOptimizations, RouteQuery.FastestRoute)
/OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/location/mapviewer/map/
H A DMapComponent.qml239 routeQuery.routeOptimizations = RouteQuery.FastestRoute
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/imports/location/
H A Dplugins.qmltypes895 "FastestRoute": 2,
904 "FastestRoute": 2,