Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeoserviceprovider.cpp357 …tory->createMappingManagerEngine(d_ptr->cleanedParameterMap, &(d_ptr->mappingError), &(d_ptr->mapp… in createEngine()
484 &(d_ptr->mappingError), &(d_ptr->mappingErrorString), in mappingManager()
587 QGeoServiceProvider::Error QGeoServiceProvider::mappingError() const in mappingError() function in QGeoServiceProvider
589 return d_ptr->mappingError; in mappingError()
765 mappingError(QGeoServiceProvider::NoError), in QGeoServiceProviderPrivate()
H A Dqgeoserviceprovider_p.h106 QGeoServiceProvider::Error mappingError; variable
H A Dqgeoserviceprovider.h164 Error mappingError() const;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativegeomap.cpp406 if (provider->mappingError() != QGeoServiceProvider::NoError) { in pluginReady()
407 setError(provider->mappingError(), provider->mappingErrorString()); in pluginReady()