Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeoserviceprovider.cpp353 …ingManagerEngine(d_ptr->cleanedParameterMap, &(d_ptr->routingError), &(d_ptr->routingErrorString)); in createEngine()
514 &(d_ptr->routingError), &(d_ptr->routingErrorString), in routingManager()
642 QString QGeoServiceProvider::routingErrorString() const in routingErrorString() function in QGeoServiceProvider
644 return d_ptr->routingErrorString; in routingErrorString()
H A Dqgeoserviceprovider_p.h111 QString routingErrorString; variable
H A Dqgeoserviceprovider.h169 QString routingErrorString() const;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativegeoroutemodel.cpp367 setError(newError, serviceProvider->routingErrorString()); in pluginReady()