Home
last modified time | relevance | path

Searched refs:CommunicationError (Results 1 – 25 of 40) sorted by relevance

12

/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qplacereply/
H A Dtst_qplacereply.cpp96 reply->setError(QPlaceReply::CommunicationError, QStringLiteral("Could not connect to server")); in errorTest()
97 QCOMPARE(reply->error(), QPlaceReply::CommunicationError); in errorTest()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativegeocodemodel_p.h99CommunicationError = QGeoCodeReply::CommunicationError, //TODO Qt6 merge with Map's ConnectionError enumerator
H A Dqdeclarativegeoroutemodel_p.h107 CommunicationError = QGeoRouteReply::CommunicationError, enumerator
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeoroutereply/
H A Dtst_qgeoroutereply.cpp109 QTest::newRow("error3") << QGeoRouteReply::CommunicationError << "Communication Error."; in constructor_error_data()
227 QTest::newRow("error3") << QGeoRouteReply::CommunicationError << "Communication Error."; in error_data()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/esri/
H A Dgeocodereply_esri.cpp79 setError(QGeoCodeReply::CommunicationError, reply->errorString()); in networkReplyError()
131 setError(QGeoCodeReply::CommunicationError, QStringLiteral("Unknown document")); in networkReplyFinished()
H A Dgeoroutereply_esri.cpp93 setError(QGeoRouteReply::CommunicationError, reply->errorString()); in networkReplyError()
H A Dgeotiledmapreply_esri.cpp102 setError(QGeoTiledMapReply::CommunicationError, reply->errorString()); in networkReplyError()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeocodereply/
H A Dtst_qgeocodereply.cpp100 QTest::newRow("error3") << QGeoCodeReply::CommunicationError << "Communication Error."; in constructor_error_data()
170 QTest::newRow("error3") << QGeoCodeReply::CommunicationError << "Communication Error."; in error_data()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeoroutingmanagerplugins/
H A Dqgeoroutingmanagerengine_test.h69 return new QGeoRouteReply(QGeoRouteReply::CommunicationError,"no error"); in updateRoute()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeotiledmapreply_p.h67 CommunicationError, enumerator
H A Dqgeoroutereply.h57 CommunicationError, enumerator
H A Dqgeocodereply.h59 CommunicationError, enumerator
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/mapbox/
H A Dqgeomapreplymapbox.cpp79 setError(QGeoTiledMapReply::CommunicationError, reply->errorString()); in networkReplyError()
H A Dqgeocodereplymapbox.cpp102 setError(QGeoCodeReply::CommunicationError, reply->errorString()); in onNetworkReplyError()
H A Dqplacesearchsuggestionreplymapbox.cpp116 setError(CommunicationError, reply->errorString()); in onNetworkError()
H A Dqgeoroutereplymapbox.cpp161 setError(QGeoRouteReply::CommunicationError, reply->errorString()); in networkReplyError()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/places/
H A Dqplacereply.h55 CommunicationError, enumerator
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/nokia/
H A Dqgeomapreply_nokia.cpp88 setError(QGeoTiledMapReply::CommunicationError, reply->errorString()); in networkError()
H A Dqgeocodereply_nokia.cpp106 setError(QGeoCodeReply::CommunicationError, reply->errorString()); in networkError()
H A Dqgeoroutereply_nokia.cpp103 setError(QGeoRouteReply::CommunicationError, reply->errorString()); in networkError()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/osm/
H A Dqgeomapreplyosm.cpp87 setError(QGeoTiledMapReply::CommunicationError, reply->errorString()); in networkReplyError()
H A Dqgeoroutereplyosm.cpp100 setError(QGeoRouteReply::CommunicationError, reply->errorString()); in networkReplyError()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/nokia/placesv2/
H A Dqplacecontentreplyimpl.cpp119 setError(QPlaceReply::CommunicationError, reply->errorString()); in replyError()
H A Dqplacesearchsuggestionreplyimpl.cpp114 …setError(QPlaceReply::CommunicationError, QCoreApplication::translate(NOKIA_PLUGIN_CONTEXT_NAME, N… in replyError()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeoroutingmanager/
H A Dtst_qgeoroutingmanager.cpp156 QCOMPARE(reply->error(), QGeoRouteReply::CommunicationError); in update()

12