Home
last modified time | relevance | path

Searched refs:routingError (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeoserviceprovider.cpp353 …tory->createRoutingManagerEngine(d_ptr->cleanedParameterMap, &(d_ptr->routingError), &(d_ptr->rout… in createEngine()
514 &(d_ptr->routingError), &(d_ptr->routingErrorString), in routingManager()
631 QGeoServiceProvider::Error QGeoServiceProvider::routingError() const in routingError() function in QGeoServiceProvider
633 return d_ptr->routingError; in routingError()
764 routingError(QGeoServiceProvider::NoError), in QGeoServiceProviderPrivate()
H A Dqgeoserviceprovider_p.h105 QGeoServiceProvider::Error routingError; variable
H A Dqgeoserviceprovider.h168 Error routingError() const;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/nokia_services/routing/
H A Dtst_routing.cpp174 void routingError(QGeoRouteReply* reply, QGeoRouteReply::Error error, QString errorString);
308 void tst_nokia_routing::routingError(QGeoRouteReply* reply, QGeoRouteReply::Error error, QString er… in routingError() function in tst_nokia_routing
340 this, SLOT(routingError(QGeoRouteReply*,QGeoRouteReply::Error,QString))); in initTestCase()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativegeoroutemodel.cpp352 if (serviceProvider->routingError() != QGeoServiceProvider::NoError) { in pluginReady()
354 switch (serviceProvider->routingError()) { in pluginReady()
379 this, SLOT(routingError(QGeoRouteReply*,QGeoRouteReply::Error,QString))); in pluginReady()
652 routingError(reply, reply->error(), reply->errorString()); in update()
692 void QDeclarativeGeoRouteModel::routingError(QGeoRouteReply *reply, in routingError() function in QDeclarativeGeoRouteModel
H A Dqdeclarativegeoroutemodel_p.h167 void routingError(QGeoRouteReply *reply,