Home
last modified time | relevance | path

Searched refs:routeId (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeoroute/
H A Dtst_qgeoroute.cpp65 QCOMPARE(qgeoroute->routeId(), empty); in constructor()
200 void tst_QGeoRoute::routeId() in routeId() function in tst_QGeoRoute
206 QCOMPARE(qgeoroute->routeId(), text); in routeId()
209 QVERIFY(qgeoroute->routeId() != text); in routeId()
H A Dtst_qgeoroute.h67 void routeId();
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeoroute.h67 QString routeId() const;
H A Dqgeoroute.cpp165 QString QGeoRoute::routeId() const in routeId() function in QGeoRoute
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/nokia/
H A Dqgeoroutingmanagerengine_nokia.cpp289 baseRequest += route.routeId(); in updateRouteRequestString()