Home
last modified time | relevance | path

Searched refs:routeReply (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/osm/
H A Dqgeoroutingmanagerengineosm.cpp95 QGeoRouteReplyOsm *routeReply = new QGeoRouteReplyOsm(reply, request, this); in calculateRoute() local
97 connect(routeReply, SIGNAL(finished()), this, SLOT(replyFinished())); in calculateRoute()
98 connect(routeReply, SIGNAL(error(QGeoRouteReply::Error,QString)), in calculateRoute()
101 return routeReply; in calculateRoute()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/esri/
H A Dgeoroutingmanagerengine_esri.cpp103 GeoRouteReplyEsri *routeReply = new GeoRouteReplyEsri(reply, request, this); in calculateRoute() local
105 connect(routeReply, SIGNAL(finished()), this, SLOT(replyFinished())); in calculateRoute()
106 …connect(routeReply, SIGNAL(error(QGeoRouteReply::Error,QString)), this, SLOT(replyError(QGeoRouteR… in calculateRoute()
108 return routeReply; in calculateRoute()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/mapbox/
H A Dqgeoroutereplymapbox.cpp128 QByteArray routeReply = reply->readAll(); in networkReplyFinished() local
129 QGeoRouteReply::Error error = parser->parseReply(routes, errorString, routeReply); in networkReplyFinished()
139 metadata["osrm.reply-json"] = routeReply; in networkReplyFinished()
H A Dqgeoroutingmanagerenginemapbox.cpp286 QGeoRouteReplyMapbox *routeReply = new QGeoRouteReplyMapbox(reply, request, this); in calculateRoute() local
288 connect(routeReply, SIGNAL(finished()), this, SLOT(replyFinished())); in calculateRoute()
289 connect(routeReply, SIGNAL(error(QGeoRouteReply::Error,QString)), in calculateRoute()
292 return routeReply; in calculateRoute()