Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeoserviceprovider.cpp367 …->createNavigationManagerEngine(d_ptr->cleanedParameterMap, &(d_ptr->navigationError), &(d_ptr->na… in createEngine()
556 &(d_ptr->navigationError), &(d_ptr->navigationErrorString), in navigationManager()
675 QGeoServiceProvider::Error QGeoServiceProvider::navigationError() const in navigationError() function in QGeoServiceProvider
677 return d_ptr->navigationError; in navigationError()
H A Dqgeoserviceprovider_p.h108 QGeoServiceProvider::Error navigationError = QGeoServiceProvider::NoError; variable
H A Dqgeoserviceprovider.h172 Error navigationError() const;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/labs/
H A Dqdeclarativenavigator.cpp483 if (serviceProvider->navigationError() != QGeoServiceProvider::NoError) { in ensureEngine()
485 switch (serviceProvider->navigationError()) { in ensureEngine()