| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qplacereply/ |
| H A D | tst_qplacereply.cpp | 96 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 D | qdeclarativegeocodemodel_p.h | 99 …CommunicationError = QGeoCodeReply::CommunicationError, //TODO Qt6 merge with Map's ConnectionError enumerator
|
| H A D | qdeclarativegeoroutemodel_p.h | 107 CommunicationError = QGeoRouteReply::CommunicationError, enumerator
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeoroutereply/ |
| H A D | tst_qgeoroutereply.cpp | 109 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 D | geocodereply_esri.cpp | 79 setError(QGeoCodeReply::CommunicationError, reply->errorString()); in networkReplyError() 131 setError(QGeoCodeReply::CommunicationError, QStringLiteral("Unknown document")); in networkReplyFinished()
|
| H A D | georoutereply_esri.cpp | 93 setError(QGeoRouteReply::CommunicationError, reply->errorString()); in networkReplyError()
|
| H A D | geotiledmapreply_esri.cpp | 102 setError(QGeoTiledMapReply::CommunicationError, reply->errorString()); in networkReplyError()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeocodereply/ |
| H A D | tst_qgeocodereply.cpp | 100 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 D | qgeoroutingmanagerengine_test.h | 69 return new QGeoRouteReply(QGeoRouteReply::CommunicationError,"no error"); in updateRoute()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/ |
| H A D | qgeotiledmapreply_p.h | 67 CommunicationError, enumerator
|
| H A D | qgeoroutereply.h | 57 CommunicationError, enumerator
|
| H A D | qgeocodereply.h | 59 CommunicationError, enumerator
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/mapbox/ |
| H A D | qgeomapreplymapbox.cpp | 79 setError(QGeoTiledMapReply::CommunicationError, reply->errorString()); in networkReplyError()
|
| H A D | qgeocodereplymapbox.cpp | 102 setError(QGeoCodeReply::CommunicationError, reply->errorString()); in onNetworkReplyError()
|
| H A D | qplacesearchsuggestionreplymapbox.cpp | 116 setError(CommunicationError, reply->errorString()); in onNetworkError()
|
| H A D | qgeoroutereplymapbox.cpp | 161 setError(QGeoRouteReply::CommunicationError, reply->errorString()); in networkReplyError()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/places/ |
| H A D | qplacereply.h | 55 CommunicationError, enumerator
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/nokia/ |
| H A D | qgeomapreply_nokia.cpp | 88 setError(QGeoTiledMapReply::CommunicationError, reply->errorString()); in networkError()
|
| H A D | qgeocodereply_nokia.cpp | 106 setError(QGeoCodeReply::CommunicationError, reply->errorString()); in networkError()
|
| H A D | qgeoroutereply_nokia.cpp | 103 setError(QGeoRouteReply::CommunicationError, reply->errorString()); in networkError()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/osm/ |
| H A D | qgeomapreplyosm.cpp | 87 setError(QGeoTiledMapReply::CommunicationError, reply->errorString()); in networkReplyError()
|
| H A D | qgeoroutereplyosm.cpp | 100 setError(QGeoRouteReply::CommunicationError, reply->errorString()); in networkReplyError()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/nokia/placesv2/ |
| H A D | qplacecontentreplyimpl.cpp | 119 setError(QPlaceReply::CommunicationError, reply->errorString()); in replyError()
|
| H A D | qplacesearchsuggestionreplyimpl.cpp | 114 …setError(QPlaceReply::CommunicationError, QCoreApplication::translate(NOKIA_PLUGIN_CONTEXT_NAME, N… in replyError()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeoroutingmanager/ |
| H A D | tst_qgeoroutingmanager.cpp | 156 QCOMPARE(reply->error(), QGeoRouteReply::CommunicationError); in update()
|