Home
last modified time | relevance | path

Searched defs:errorString (Results 1 – 25 of 85) sorted by relevance

1234

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeoroutereply.cpp104 QGeoRouteReply::QGeoRouteReply(Error error, const QString &errorString, QObject *parent) in QGeoRouteReply()
149 void QGeoRouteReply::setError(QGeoRouteReply::Error error, const QString &errorString) in setError()
177 QString QGeoRouteReply::errorString() const in errorString() function in QGeoRouteReply
270 QGeoRouteReplyPrivate::QGeoRouteReplyPrivate(QGeoRouteReply::Error error, QString errorString) in QGeoRouteReplyPrivate()
H A Dqgeotiledmapreply.cpp101 QGeoTiledMapReply::QGeoTiledMapReply(Error error, const QString &errorString, QObject *parent) in QGeoTiledMapReply()
147 void QGeoTiledMapReply::setError(QGeoTiledMapReply::Error error, const QString &errorString) in setError()
175 QString QGeoTiledMapReply::errorString() const in errorString() function in QGeoTiledMapReply
309 …pReplyPrivate::QGeoTiledMapReplyPrivate(QGeoTiledMapReply::Error error, const QString &errorString) in QGeoTiledMapReplyPrivate()
H A Dqgeocodereply.cpp110 QGeoCodeReply::QGeoCodeReply(Error error, const QString &errorString, QObject *parent) in QGeoCodeReply()
155 void QGeoCodeReply::setError(QGeoCodeReply::Error error, const QString &errorString) in setError()
183 QString QGeoCodeReply::errorString() const in errorString() function in QGeoCodeReply
336 QGeoCodeReplyPrivate::QGeoCodeReplyPrivate(QGeoCodeReply::Error error, const QString &errorString) in QGeoCodeReplyPrivate()
H A Dqgeotilerequestmanager.cpp95 void QGeoTileRequestManager::tileError(const QGeoTileSpec &tile, const QString &errorString) in tileError()
215 void QGeoTileRequestManagerPrivate::tileError(const QGeoTileSpec &tile, const QString &errorString) in tileError()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativeplaces/
H A Dqdeclarativecategory.cpp298 QString QDeclarativeCategory::errorString() const in errorString() function in QDeclarativeCategory
303 void QDeclarativeCategory::setStatus(Status status, const QString &errorString) in setStatus()
412 QString errorString = m_reply->errorString(); in replyFinished() local
H A Dqdeclarativesupportedcategoriesmodel.cpp352 const QString errorString = m_response->errorString(); in replyFinished() local
584 QString QDeclarativeSupportedCategoriesModel::errorString() const in errorString() function in QDeclarativeSupportedCategoriesModel
611 void QDeclarativeSupportedCategoriesModel::setStatus(Status status, const QString &errorString) in setStatus()
H A Dqdeclarativesearchmodelbase.cpp187 void QDeclarativeSearchModelBase::setStatus(Status status, const QString &errorString) in setStatus()
275 QString QDeclarativeSearchModelBase::errorString() const in errorString() function in QDeclarativeSearchModelBase
H A Dqdeclarativeplace.cpp645 void QDeclarativePlace::setStatus(Status status, const QString &errorString) in setStatus()
702 QString errorString = m_reply->errorString(); in finished() local
807 QString QDeclarativePlace::errorString() const in errorString() function in QDeclarativePlace
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/places/
H A Dqplacereply.cpp172 void QPlaceReply::setError(QPlaceReply::Error error, const QString &errorString) in setError()
184 QString QPlaceReply::errorString() const in errorString() function in QPlaceReply
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/osm/
H A Dqgeoroutingmanagerengineosm.cpp51 QString *errorString) in QGeoRoutingManagerEngineOsm()
117 const QString &errorString) in replyError()
H A Dqgeocodingmanagerengineosm.cpp76 QString *errorString) in QGeoCodingManagerEngineOsm()
191 … QGeoCodingManagerEngineOsm::replyError(QGeoCodeReply::Error errorCode, const QString &errorString) in replyError()
H A Dqplacemanagerengineosm.cpp97 QString *errorString) in QPlaceManagerEngineOsm()
336 void QPlaceManagerEngineOsm::replyError(QPlaceReply::Error errorCode, const QString &errorString) in replyError()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativegeocodemodel.cpp407 const QString &errorString) in geocodeError()
476 void QDeclarativeGeocodeModel::setError(GeocodeError error, const QString &errorString) in setError()
495 QString QDeclarativeGeocodeModel::errorString() const in errorString() function in QDeclarativeGeocodeModel
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/esri/
H A Dgeoroutingmanagerengine_esri.cpp55 QString *errorString) : in GeoRoutingManagerEngineEsri()
118 …eoRoutingManagerEngineEsri::replyError(QGeoRouteReply::Error errorCode, const QString &errorString) in replyError()
H A Dgeocodingmanagerengine_esri.cpp84 QString *errorString) in GeoCodingManagerEngineEsri()
179 const QString &errorString) in replyError()
H A Dgeotiledmappingmanagerengine_esri.cpp77 QString *errorString) : in GeoTiledMappingManagerEngineEsri()
236 QString *errorString, in initializeMapSources()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/nokia/
H A Dqgeoserviceproviderplugin_nokia.cpp76 …kUsageTerms(const QVariantMap &parameters, QGeoServiceProvider::Error *error, QString *errorString) in checkUsageTerms()
98 …eInstanceOf(const QVariantMap &parameters, QGeoServiceProvider::Error *error, QString *errorString) in CreateInstanceOf()
H A Dqgeocodingmanagerengine_nokia.cpp60 QString *errorString) in QGeoCodingManagerEngineNokia()
330 …d QGeoCodingManagerEngineNokia::placesError(QGeoCodeReply::Error error, const QString &errorString) in placesError()
H A Dqgeocodejsonparser.cpp110 bool checkLocation(const QJsonObject &loc, QString *errorString) in checkLocation()
247 bool checkDocument(const QJsonDocument &doc, QString *errorString) in checkDocument()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeocodingmanagerplugins/
H A Dqgeocodingmanagerengine_test.h49 void callSetError ( Error error, const QString & errorString ) {setError(error, errorString);} in callSetError()
64 QGeoServiceProvider::Error *error, QString *errorString) : in QGeoCodingManagerEngineTest()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/geotestplugin/
H A Dqgeomappingmanagerengine_test.h56 void callSetError ( Error error, const QString & errorString ) {setError(error, errorString);} in callSetError()
73 QGeoServiceProvider::Error *error, QString *errorString) : in QGeoMappingManagerEngineTest()
H A Dqgeoroutingmanagerengine_test.h79 void callSetError ( Error error, const QString & errorString ) {setError(error, errorString);} in callSetError()
96 QGeoServiceProvider::Error *error, QString *errorString) : in QGeoRoutingManagerEngineTest()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/mapbox/
H A Dqgeocodingmanagerenginemapbox.cpp66 QString *errorString) in QGeoCodingManagerEngineMapbox()
198 …CodingManagerEngineMapbox::onReplyError(QGeoCodeReply::Error errorCode, const QString &errorString) in onReplyError()
H A Dqplacemanagerenginemapbox.cpp92 …ngineMapbox(const QVariantMap &parameters, QGeoServiceProvider::Error *error, QString *errorString) in QPlaceManagerEngineMapbox()
313 …d QPlaceManagerEngineMapbox::onReplyError(QPlaceReply::Error errorCode, const QString &errorString) in onReplyError()
H A Dqgeoroutingmanagerenginemapbox.cpp221 QString *errorString) in QGeoRoutingManagerEngineMapbox()
308 const QString &errorString) in replyError()

1234