Searched refs:routingError (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/ |
| H A D | qgeoserviceprovider.cpp | 353 …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 D | qgeoserviceprovider_p.h | 105 QGeoServiceProvider::Error routingError; variable
|
| H A D | qgeoserviceprovider.h | 168 Error routingError() const;
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/nokia_services/routing/ |
| H A D | tst_routing.cpp | 174 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 D | qdeclarativegeoroutemodel.cpp | 352 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 D | qdeclarativegeoroutemodel_p.h | 167 void routingError(QGeoRouteReply *reply,
|