Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/geotestplugin/
H A Dqgeoroutingmanagerengine_test.h81 void callSetRoutes(const QList<QGeoRoute> &routes) {setRoutes(routes);} in callSetRoutes()
151 setRoutes(request, routeReply_); in calculateRoute()
167 void setRoutes(const QGeoRouteRequest& request, RouteReplyTest* reply) in setRoutes() function
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeoroutereply.h86 void setRoutes(const QList<QGeoRoute> &routes);
H A Dqgeoroutereply.cpp201 void QGeoRouteReply::setRoutes(const QList<QGeoRoute> &routes) in setRoutes() function in QGeoRouteReply
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeoroutereply/
H A Dtst_qgeoroutereply.h50 void callSetRoutes(const QList<QGeoRoute> & routes ) {setRoutes(routes);} in callSetRoutes()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/esri/
H A Dgeoroutereply_esri.cpp81 setRoutes(parser.routes()); in networkReplyFinished()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/osm/
H A Dqgeoroutereplyosm.cpp87 setRoutes(routes.mid(0, request().numberAlternativeRoutes() + 1)); in networkReplyFinished()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/mapbox/
H A Dqgeoroutereplymapbox.cpp148 setRoutes(mapboxRoutes); in networkReplyFinished()