Home
last modified time | relevance | path

Searched refs:errorString (Results 1 – 25 of 227) sorted by relevance

12345678910

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/nokia/
H A Dqgeocodejsonparser.cpp110 bool checkLocation(const QJsonObject &loc, QString *errorString) in checkLocation() argument
114 *errorString = QLatin1String("Expected Address element within Location object"); in checkLocation()
117 *errorString = QLatin1String("Expected Address object within Location object"); in checkLocation()
123 *errorString = QLatin1String("Expected DisplayPosition element within Location object"); in checkLocation()
126 *errorString = QLatin1String("Expected DisplayPosition object within Location object"); in checkLocation()
132 … *errorString = QLatin1String("Expected Latitude element within Location.DisplayPosition object"); in checkLocation()
135 … *errorString = QLatin1String("Expected Latitude double within Location.DisplayPosition object"); in checkLocation()
140 … *errorString = QLatin1String("Expected Longitude element within Location.DisplayPosition object"); in checkLocation()
143 … *errorString = QLatin1String("Expected Longitude double within Location.DisplayPosition object"); in checkLocation()
149 *errorString = QLatin1String("Expected MapView element within Location object"); in checkLocation()
[all …]
H A Dqgeoserviceproviderplugin_nokia.cpp76 …kUsageTerms(const QVariantMap &parameters, QGeoServiceProvider::Error *error, QString *errorString) in checkUsageTerms() argument
94 *errorString = QCoreApplication::translate(NOKIA_PLUGIN_CONTEXT_NAME, MISSED_CREDENTIALS); in checkUsageTerms()
98 …eInstanceOf(const QVariantMap &parameters, QGeoServiceProvider::Error *error, QString *errorString) in CreateInstanceOf() argument
100 checkUsageTerms(parameters, error, errorString); in CreateInstanceOf()
109 return new TInstance(networkManager, parameters, error, errorString); in CreateInstanceOf()
120 QString *errorString) const in createGeocodingManagerEngine()
122 return CreateInstanceOf<QGeoCodingManagerEngineNokia>(parameters, error, errorString); in createGeocodingManagerEngine()
128 QString *errorString) const in createMappingManagerEngine()
130 return CreateInstanceOf<QGeoTiledMappingManagerEngineNokia>(parameters, error, errorString); in createMappingManagerEngine()
136 QString *errorString) const in createRoutingManagerEngine()
[all …]
H A Dqgeoserviceproviderplugin_nokia.h59 QString *errorString) const;
62 QString *errorString) const;
65 QString *errorString) const;
68 QString *errorString) const;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/mapbox/
H A Dqgeoserviceproviderpluginmapbox.cpp54 const QVariantMap &parameters, QGeoServiceProvider::Error *error, QString *errorString) const in createGeocodingManagerEngine()
59 return new QGeoCodingManagerEngineMapbox(parameters, error, errorString); in createGeocodingManagerEngine()
62 *errorString = msgAccessTokenParameter(); in createGeocodingManagerEngine()
68 const QVariantMap &parameters, QGeoServiceProvider::Error *error, QString *errorString) const in createMappingManagerEngine()
73 return new QGeoTiledMappingManagerEngineMapbox(parameters, error, errorString); in createMappingManagerEngine()
76 *errorString = msgAccessTokenParameter(); in createMappingManagerEngine()
82 const QVariantMap &parameters, QGeoServiceProvider::Error *error, QString *errorString) const in createRoutingManagerEngine()
87 return new QGeoRoutingManagerEngineMapbox(parameters, error, errorString); in createRoutingManagerEngine()
90 *errorString = msgAccessTokenParameter(); in createRoutingManagerEngine()
96 const QVariantMap &parameters, QGeoServiceProvider::Error *error, QString *errorString) const in createPlaceManagerEngine()
[all …]
H A Dqgeoserviceproviderpluginmapbox.h55 QString *errorString) const;
58 QString *errorString) const;
61 QString *errorString) const;
64 QString *errorString) const;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/geotestplugin/
H A Dqgeoserviceproviderplugin_test.cpp40 …reateEngine(const QVariantMap &parameters, QGeoServiceProvider::Error *error, QString *errorString) in createEngine() argument
47 *errorString = failErrorString; in createEngine()
50 return new EngineType(parameters, error, errorString); in createEngine()
65 QGeoServiceProvider::Error *error, QString *errorString) const in createRoutingManagerEngine()
67 return createEngine<QGeoRoutingManagerEngineTest>(parameters, error, errorString); in createRoutingManagerEngine()
73 QString *errorString) const in createGeocodingManagerEngine()
75 return createEngine<QGeoCodingManagerEngineTest>(parameters, error, errorString); in createGeocodingManagerEngine()
81 QGeoServiceProvider::Error *error, QString *errorString) const in createMappingManagerEngine()
83 return createEngine<QGeoTiledMappingManagerEngineTest>(parameters, error, errorString); in createMappingManagerEngine()
88 QGeoServiceProvider::Error *error, QString *errorString) const in createPlaceManagerEngine()
[all …]
H A Dqgeoserviceproviderplugin_test.h50 QGeoServiceProvider::Error *error, QString *errorString) const;
53 QGeoServiceProvider::Error *error, QString *errorString ) const;
56 QGeoServiceProvider::Error *error, QString *errorString) const;
59 QGeoServiceProvider::Error *error, QString *errorString) const;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeoserviceproviderfactory.cpp81 … QString *errorString) const in createGeocodingManagerEngine()
85 Q_UNUSED(errorString); in createGeocodingManagerEngine()
107 … QString *errorString) const in createMappingManagerEngine()
111 Q_UNUSED(errorString); in createMappingManagerEngine()
131 … QString *errorString) const in createRoutingManagerEngine()
136 Q_UNUSED(errorString); in createRoutingManagerEngine()
156 … QString *errorString) const in createPlaceManagerEngine()
161 Q_UNUSED(errorString); in createPlaceManagerEngine()
201 …ngine(const QVariantMap &parameters, QGeoServiceProvider::Error *error, QString *errorString) const in createNavigationManagerEngine()
205 Q_UNUSED(errorString); in createNavigationManagerEngine()
H A Dqgeoroutereply.cpp104 QGeoRouteReply::QGeoRouteReply(Error error, const QString &errorString, QObject *parent) in QGeoRouteReply() argument
106 d_ptr(new QGeoRouteReplyPrivate(error, errorString)) {} in QGeoRouteReply()
149 void QGeoRouteReply::setError(QGeoRouteReply::Error error, const QString &errorString) in setError() argument
152 d_ptr->errorString = errorString; in setError()
153 emit this->error(error, errorString); in setError()
177 QString QGeoRouteReply::errorString() const in errorString() function in QGeoRouteReply
179 return d_ptr->errorString; in errorString()
270 QGeoRouteReplyPrivate::QGeoRouteReplyPrivate(QGeoRouteReply::Error error, QString errorString) in QGeoRouteReplyPrivate() argument
272 errorString(errorString), in QGeoRouteReplyPrivate()
H A Dqgeotiledmapreply.cpp101 QGeoTiledMapReply::QGeoTiledMapReply(Error error, const QString &errorString, QObject *parent) in QGeoTiledMapReply() argument
103 d_ptr(new QGeoTiledMapReplyPrivate(error, errorString)) {} in QGeoTiledMapReply()
147 void QGeoTiledMapReply::setError(QGeoTiledMapReply::Error error, const QString &errorString) in setError() argument
150 d_ptr->errorString = errorString; in setError()
151 emit this->error(error, errorString); in setError()
175 QString QGeoTiledMapReply::errorString() const in errorString() function in QGeoTiledMapReply
177 return d_ptr->errorString; in errorString()
309 …pReplyPrivate::QGeoTiledMapReplyPrivate(QGeoTiledMapReply::Error error, const QString &errorString) in QGeoTiledMapReplyPrivate() argument
311 errorString(errorString), in QGeoTiledMapReplyPrivate()
H A Dqgeocodereply.cpp110 QGeoCodeReply::QGeoCodeReply(Error error, const QString &errorString, QObject *parent) in QGeoCodeReply() argument
112 d_ptr(new QGeoCodeReplyPrivate(error, errorString)) {} in QGeoCodeReply()
155 void QGeoCodeReply::setError(QGeoCodeReply::Error error, const QString &errorString) in setError() argument
158 d_ptr->errorString = errorString; in setError()
159 emit this->error(error, errorString); in setError()
183 QString QGeoCodeReply::errorString() const in errorString() function in QGeoCodeReply
185 return d_ptr->errorString; in errorString()
336 QGeoCodeReplyPrivate::QGeoCodeReplyPrivate(QGeoCodeReply::Error error, const QString &errorString) in QGeoCodeReplyPrivate() argument
338 errorString(errorString), in QGeoCodeReplyPrivate()
H A Dqgeoserviceprovider.cpp378 QString &errorString = *_errorString; in manager() local
388 errorString = this->errorString; in manager()
404 errorString = QLatin1String("The service provider does not support the "); in manager()
405 errorString.append(QLatin1String(Manager::staticMetaObject.className())); in manager()
406 errorString.append(QLatin1String(" type.")); in manager()
413 this->errorString = errorString; in manager()
422 this->errorString.clear(); in manager()
455 qDebug() << d_ptr->error << ", " << d_ptr->errorString; in geocodingManager()
487 qDebug() << d_ptr->error << ", " << d_ptr->errorString; in mappingManager()
517 qDebug() << d_ptr->error << ", " << d_ptr->errorString; in routingManager()
[all …]
H A Dqgeoserviceproviderfactory.h56 QString *errorString) const;
59 QString *errorString) const;
62 QString *errorString) const;
65 QString *errorString) const;
78 QString *errorString) const;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/esri/
H A Dgeoserviceproviderfactory_esri.cpp51 const QVariantMap &parameters, QGeoServiceProvider::Error *error, QString *errorString) const in createGeocodingManagerEngine()
53 return new GeoCodingManagerEngineEsri(parameters, error, errorString); in createGeocodingManagerEngine()
57 const QVariantMap &parameters, QGeoServiceProvider::Error *error, QString *errorString) const in createMappingManagerEngine()
59 return new GeoTiledMappingManagerEngineEsri(parameters, error, errorString); in createMappingManagerEngine()
63 const QVariantMap &parameters, QGeoServiceProvider::Error *error, QString *errorString) const in createRoutingManagerEngine()
68 return new GeoRoutingManagerEngineEsri(parameters, error, errorString); in createRoutingManagerEngine()
71 *errorString = tr("Esri plugin requires a 'esri.token' parameter.\n" in createRoutingManagerEngine()
78 const QVariantMap &parameters, QGeoServiceProvider::Error *error, QString *errorString) const in createPlaceManagerEngine()
80 return new PlaceManagerEngineEsri(parameters, error, errorString); in createPlaceManagerEngine()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/osm/
H A Dqgeoserviceproviderpluginosm.cpp49 const QVariantMap &parameters, QGeoServiceProvider::Error *error, QString *errorString) const in createGeocodingManagerEngine()
51 return new QGeoCodingManagerEngineOsm(parameters, error, errorString); in createGeocodingManagerEngine()
55 const QVariantMap &parameters, QGeoServiceProvider::Error *error, QString *errorString) const in createMappingManagerEngine()
57 return new QGeoTiledMappingManagerEngineOsm(parameters, error, errorString); in createMappingManagerEngine()
61 const QVariantMap &parameters, QGeoServiceProvider::Error *error, QString *errorString) const in createRoutingManagerEngine()
63 return new QGeoRoutingManagerEngineOsm(parameters, error, errorString); in createRoutingManagerEngine()
67 const QVariantMap &parameters, QGeoServiceProvider::Error *error, QString *errorString) const in createPlaceManagerEngine()
69 return new QPlaceManagerEngineOsm(parameters, error, errorString); in createPlaceManagerEngine()
H A Dqgeoserviceproviderpluginosm.h58 QString *errorString) const;
61 QString *errorString) const;
64 QString *errorString) const;
67 QString *errorString) const;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/mapboxgl/
H A Dqgeoserviceproviderpluginmapboxgl.cpp50 const QVariantMap &parameters, QGeoServiceProvider::Error *error, QString *errorString) const in createGeocodingManagerEngine()
54 Q_UNUSED(errorString); in createGeocodingManagerEngine()
60 const QVariantMap &parameters, QGeoServiceProvider::Error *error, QString *errorString) const in createMappingManagerEngine()
62 return new QGeoMappingManagerEngineMapboxGL(parameters, error, errorString); in createMappingManagerEngine()
66 const QVariantMap &parameters, QGeoServiceProvider::Error *error, QString *errorString) const in createRoutingManagerEngine()
70 Q_UNUSED(errorString); in createRoutingManagerEngine()
76 const QVariantMap &parameters, QGeoServiceProvider::Error *error, QString *errorString) const in createPlaceManagerEngine()
80 Q_UNUSED(errorString); in createPlaceManagerEngine()
H A Dqgeoserviceproviderpluginmapboxgl.h58 QString *errorString) const;
61 QString *errorString) const;
64 QString *errorString) const;
67 QString *errorString) const;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/itemsoverlay/
H A Dqgeoserviceproviderpluginitemsoverlay.cpp43 const QVariantMap &parameters, QGeoServiceProvider::Error *error, QString *errorString) const in createGeocodingManagerEngine()
47 Q_UNUSED(errorString); in createGeocodingManagerEngine()
53 const QVariantMap &parameters, QGeoServiceProvider::Error *error, QString *errorString) const in createMappingManagerEngine()
55 return new QGeoMappingManagerEngineItemsOverlay(parameters, error, errorString); in createMappingManagerEngine()
59 const QVariantMap &parameters, QGeoServiceProvider::Error *error, QString *errorString) const in createRoutingManagerEngine()
63 Q_UNUSED(errorString); in createRoutingManagerEngine()
69 const QVariantMap &parameters, QGeoServiceProvider::Error *error, QString *errorString) const in createPlaceManagerEngine()
73 Q_UNUSED(errorString); in createPlaceManagerEngine()
H A Dqgeoserviceproviderpluginitemsoverlay.h55 QString *errorString) const;
58 QString *errorString) const;
61 QString *errorString) const;
64 QString *errorString) const;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/places/
H A Dunsupportedreplies_p.h74 Q_ARG(QString, errorString())); in QPlaceDetailsReplyUnsupported()
78 Q_ARG(QString, errorString())); in QPlaceDetailsReplyUnsupported()
98 Q_ARG(QString, errorString())); in QPlaceContentReplyUnsupported()
102 Q_ARG(QString, errorString())); in QPlaceContentReplyUnsupported()
122 Q_ARG(QString, errorString())); in QPlaceSearchReplyUnsupported()
126 Q_ARG(QString, errorString())); in QPlaceSearchReplyUnsupported()
146 Q_ARG(QString, errorString())); in QPlaceSearchSuggestionReplyUnsupported()
150 Q_ARG(QString, errorString())); in QPlaceSearchSuggestionReplyUnsupported()
170 Q_ARG(QString, errorString())); in QPlaceIdReplyUnsupported()
174 Q_ARG(QString, errorString())); in QPlaceIdReplyUnsupported()
[all …]
H A Dqplacereply.cpp172 void QPlaceReply::setError(QPlaceReply::Error error, const QString &errorString) in setError() argument
175 d_ptr->errorString = errorString; in setError()
184 QString QPlaceReply::errorString() const in errorString() function in QPlaceReply
186 return d_ptr->errorString; in errorString()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/placemanager_utils/
H A Dplacemanager_utils.cpp61 qWarning() << "Error string = " << saveReply->errorString(); in doSavePlace()
66 qWarning() << "Error string = " << saveReply->errorString(); in doSavePlace()
138 qDebug() << "Error string = " << reply->errorString(); in doSearchSuggestions()
153 qWarning() << "Place removal unsuccessful errorString = " << removeReply->errorString(); in doRemovePlace()
167 qDebug() << "Error string = " << detailsReply->errorString(); in doFetchDetails()
179 qDebug() << "Error string = " << reply->errorString(); in doInitializeCategories()
199 qDebug() << "Error string =" << idReply->errorString(); in doSaveCategory()
226 << catInitReply->errorString(); in doFetchCategory()
245 << reply->errorString(); in doFetchContent()
261 << reply->errorString(); in doMatch()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qplacereply/
H A Dtst_qplacereply.cpp41 void setError(QPlaceReply::Error error, const QString &errorString) { in setError() argument
42 QPlaceReply::setError(error,errorString); in setError()
94 QCOMPARE(reply->errorString(), QString()); in errorTest()
98 QCOMPARE(reply->errorString(), QStringLiteral("Could not connect to server")); in errorTest()
102 QCOMPARE(reply->errorString(), QString()); in errorTest()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativeplaces/
H A Dqdeclarativecategory.cpp150 .arg(m_plugin->name()).arg(serviceProvider->errorString())); in pluginReady()
298 QString QDeclarativeCategory::errorString() const in errorString() function in QDeclarativeCategory
303 void QDeclarativeCategory::setStatus(Status status, const QString &errorString) in setStatus() argument
307 m_errorString = errorString; in setStatus()
412 QString errorString = m_reply->errorString(); in replyFinished() local
417 setStatus(QDeclarativeCategory::Error, errorString); in replyFinished()
451 .arg(m_plugin->name()).arg(serviceProvider->errorString())); in manager()

12345678910