| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/placemanager_utils/ |
| H A D | placemanager_utils.h | 71 QPlaceReply::Error expectedError = QPlaceReply::NoError, 81 QPlaceReply::Error expectedError = QPlaceReply::NoError); 85 QPlaceReply::Error expectedError = QPlaceReply::NoError); 90 QPlaceReply::Error expectedError = QPlaceReply::NoError); 93 QPlaceReply::Error expectedError = QPlaceReply::NoError); 98 QPlaceReply::Error expectedError = QPlaceReply::NoError); 101 QPlaceReply::Error expectedError = QPlaceReply::NoError); 106 QPlaceReply::Error expectedError = QPlaceReply::NoError, 110 QPlaceReply::Error expectedError = QPlaceReply::NoError); 115 QPlaceReply::Error expectedError = QPlaceReply::NoError); [all …]
|
| H A D | placemanager_utils.cpp | 59 if (saveReply->id().isEmpty() && expectedError == QPlaceReply::NoError) { in doSavePlace() 79 QCOMPARE(saveReply->error(), QPlaceReply::NoError); in doSavePlaces() 94 QCOMPARE(saveReply->error(), QPlaceReply::NoError); in doSavePlaces() 274 if (expectedError != QPlaceReply::NoError) { in checkSignals() 328 if (expectedError == QPlaceReply::NoError && !reply->errorString().isEmpty()) { in checkSignals()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/doc/snippets/places/ |
| H A D | requesthandler.h | 316 if (searchReply->error() == QPlaceReply::NoError) { in processSearchReply() 331 if (searchReply->error() == QPlaceReply::NoError) { in handleSearchReply() 350 if (detailsReply->error() == QPlaceReply::NoError) in handleDetailsReply() 360 if (contentReply->error() == QPlaceReply::NoError) { in handleImagesReply() 389 if (suggestionReply->error() == QPlaceReply::NoError) { in handleSuggestionReply() 402 if (savePlaceReply->error() == QPlaceReply::NoError) in handleSavePlaceReply() 412 if (removePlaceReply->error() == QPlaceReply::NoError) in handleRemovePlaceReply() 423 if (initCatReply->error() == QPlaceReply::NoError) in handleInitCatReply() 448 if (saveCategoryReply->error() == QPlaceReply::NoError) { in handleSaveCategoryReply() 459 if (removeCategoryReply->error() == QPlaceReply::NoError) in handleRemoveCategoryReply() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/geotestplugin/ |
| H A D | qgeocodingmanagerengine_test.h | 94 errorCode_(QGeoCodeReply::NoError) in QGeoCodingManagerEngineTest() 127 errorCode_ = QGeoCodeReply::NoError; 130 if (errorCode_ == QGeoCodeReply::NoError) 163 errorCode_ = QGeoCodeReply::NoError; in geocode() 170 geocodeReply_->callSetError(QGeoCodeReply::NoError,address.street()); in geocode() 201 errorCode_ = QGeoCodeReply::NoError; in requestAborted() 260 errorCode_ = QGeoCodeReply::NoError; in reverseGeocode() 266 geocodeReply_->callSetError(QGeoCodeReply::NoError,coordinate.toString()); in reverseGeocode() 289 geocodeReply_->callSetError(QGeoCodeReply::NoError, "no error"); in timerEvent()
|
| H A D | qgeoroutingmanagerengine_test.h | 101 errorCode_(QGeoRouteReply::NoError), in QGeoRoutingManagerEngineTest() 148 errorCode_ = QGeoRouteReply::NoError; in calculateRoute() 156 routeReply_->callSetError(QGeoRouteReply::NoError, "no error"); in calculateRoute() 208 errorCode_ = QGeoRouteReply::NoError; in requestAborted() 224 routeReply_->callSetError(QGeoRouteReply::NoError, "no error"); in timerEvent()
|
| H A D | qgeotilefetcher_test.h | 70 … QGeoTileFetcher(parent), finishRequestImmediately_(false), errorCode_(QGeoTiledMapReply::NoError) in QGeoTileFetcherTest() 140 errorCode_ = QGeoTiledMapReply::NoError; in requestAborted() 152 mappingReply->callSetError(QGeoTiledMapReply::NoError, "no error"); in updateRequest()
|
| H A D | qgeomappingmanagerengine_test.h | 78 errorCode_(QGeoTiledMapReply::NoError) in QGeoMappingManagerEngineTest() 147 errorCode_ = QGeoTiledMapReply::NoError; in requestAborted() 161 mappingReply_->callSetError(QGeoTiledMapReply::NoError, "no error"); in timerEvent()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/ |
| H A D | qdeclarativegeocodemodel.cpp | 119 status_(QDeclarativeGeocodeModel::Null), error_(QDeclarativeGeocodeModel::NoError), in QDeclarativeGeocodeModel() 174 setError(NoError, QString()); in update() 180 if (reply_->error() == QGeoCodeReply::NoError) { in update() 190 if (reply_->error() == QGeoCodeReply::NoError) { in update() 200 if (reply_->error() == QGeoCodeReply::NoError) { in update() 296 if (serviceProvider->geocodingError() != QGeoServiceProvider::NoError) { in pluginReady() 387 if (reply != reply_ || reply->error() != QGeoCodeReply::NoError) in geocodeFinished() 395 setError(NoError, QString()); in geocodeFinished() 618 setError(NoError, QString()); in reset() 631 setError(NoError, QString()); in cancel()
|
| H A D | qdeclarativegeoroutemodel.cpp | 182 error_(QDeclarativeGeoRouteModel::NoError) in QDeclarativeGeoRouteModel() 227 setError(NoError, QString()); in reset() 240 setError(NoError, QString()); in cancel() 352 if (serviceProvider->routingError() != QGeoServiceProvider::NoError) { in pluginReady() 642 setError(NoError, QString()); in update() 649 if (reply->error() == QGeoRouteReply::NoError) { in update() 665 if (reply->error() != QGeoRouteReply::NoError) in routingFinished() 680 setError(NoError, QString()); in routingFinished()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/ |
| H A D | qgeoserviceprovider.cpp | 402 } else if (error == QGeoServiceProvider::NoError) { in manager() 409 if (error != QGeoServiceProvider::NoError) { in manager() 421 this->error = QGeoServiceProvider::NoError; in manager() 763 geocodeError(QGeoServiceProvider::NoError), in QGeoServiceProviderPrivate() 764 routingError(QGeoServiceProvider::NoError), in QGeoServiceProviderPrivate() 765 mappingError(QGeoServiceProvider::NoError), in QGeoServiceProviderPrivate() 766 placeError(QGeoServiceProvider::NoError), in QGeoServiceProviderPrivate() 767 error(QGeoServiceProvider::NoError), in QGeoServiceProviderPrivate() 800 error = QGeoServiceProvider::NoError; in unload() 857 error = QGeoServiceProvider::NoError; in loadMeta() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeoserviceprovider/ |
| H A D | tst_qgeoserviceprovider.cpp | 164 QCOMPARE(provider.error(), QGeoServiceProvider::NoError); in tst_features() 182 QCOMPARE(provider.error(), QGeoServiceProvider::NoError); in tst_features() 191 QCOMPARE(provider.error(), QGeoServiceProvider::NoError); in tst_features() 207 QCOMPARE(test_experimental.error(), QGeoServiceProvider::NoError); in tst_misc() 214 QCOMPARE(osm_experimental.error(), QGeoServiceProvider::NoError); in tst_misc() 215 QCOMPARE(osm_noexperimental.error(), QGeoServiceProvider::NoError); in tst_misc() 226 QCOMPARE(provider.error(), QGeoServiceProvider::NoError); in tst_nokiaRename()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/nokia_services/places_semiauto/ |
| H A D | tst_places.cpp | 182 << QPlaceReply::NoError in search_data() 190 << QPlaceReply::NoError in search_data() 201 << QPlaceReply::NoError in search_data() 213 << QPlaceReply::NoError in search_data() 224 << QPlaceReply::NoError in search_data() 260 << QPlaceReply::NoError in search_data() 268 << QPlaceReply::NoError in search_data() 317 if (error == QPlaceReply::NoError) in recommendations() 337 << QPlaceReply::NoError; in recommendations_data() 495 << QPlaceReply::NoError in suggestions_data() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qplacereply/ |
| H A D | tst_qplacereply.cpp | 93 QCOMPARE(reply->error(), QPlaceReply::NoError); in errorTest() 100 reply->setError(QPlaceReply::NoError, QString()); in errorTest() 101 QCOMPARE(reply->error(), QPlaceReply::NoError); in errorTest()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/position/android/src/ |
| H A D | qgeopositioninfosource_android.cpp | 49 QGeoPositionInfoSource(parent), updatesRunning(false), m_error(NoError), m_requestTimer(this) in QGeoPositionInfoSourceAndroid() 123 if (error != QGeoPositionInfoSource::NoError) in setError() 142 if (error != QGeoPositionInfoSource::NoError) in startUpdates() 179 if (error != QGeoPositionInfoSource::NoError) in requestUpdate()
|
| H A D | qgeosatelliteinfosource_android.cpp | 51 QGeoSatelliteInfoSource(parent), m_error(NoError), updatesRunning(false) in Q_DECLARE_METATYPE() 110 if (error != QGeoSatelliteInfoSource::NoError) { in startUpdates() 149 if (error != QGeoSatelliteInfoSource::NoError) { in requestUpdate()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeocodingmanagerplugins/ |
| H A D | qgeocodingmanagerengine_test.h | 78 geocodereply->callSetError(QGeoCodeReply::NoError,searchString); in geocode() 89 geocodereply->callSetError(QGeoCodeReply::NoError,address.city()); in geocode() 100 geocodereply->callSetError(QGeoCodeReply::NoError,coordinate.toString()); in reverseGeocode()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/position/winrt/ |
| H A D | qgeopositioninfosource_winrt.cpp | 122 QGeoPositionInfoSource::Error positionError = QGeoPositionInfoSource::NoError; 142 d->positionError = QGeoPositionInfoSource::NoError; in QGeoPositionInfoSourceWinRT() 298 setError(QGeoPositionInfoSource::NoError); in startUpdates() 396 setError(QGeoPositionInfoSource::NoError); in requestUpdate() 471 return QGeoPositionInfoSource::NoError; in error() 485 if (positionError != QGeoPositionInfoSource::NoError) in setError() 616 QGeoPositionInfoSource::Error error = QGeoPositionInfoSource::NoError; in onStatusChanged() 628 if (error != QGeoPositionInfoSource::NoError) { in onStatusChanged()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/nokia/ |
| H A D | qgeotilefetcher_nokia.cpp | 250 if (m_engineNokia && m_copyrightsReply->error() == QNetworkReply::NoError) { in copyrightsFetched() 262 if (m_engineNokia && m_versionReply->error() == QNetworkReply::NoError) { in versionFetched() 291 if (m_copyrightsReply->error() != QNetworkReply::NoError) { in fetchCopyrightsData() 324 if (m_versionReply->error() != QNetworkReply::NoError) { in fetchVersionData()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/declarative_core/ |
| H A D | tst_geocoding.qml | 146 compare (emptyModel.error, GeocodeModel.NoError) 182 compare(errorModelNoPlugin.error,GeocodeModel.NoError) 197 compare(errorModel.error,GeocodeModel.NoError) 202 compare(errorModel.error,GeocodeModel.NoError) 345 compare (immediateModel.error, GeocodeModel.NoError) 412 compare (slackModel.error, GeocodeModel.NoError) 450 compare (slackModel.error, GeocodeModel.NoError) 460 compare (testModel.error, GeocodeModel.NoError) 467 compare (testModel.error, GeocodeModel.NoError) 484 compare (testModel.error, GeocodeModel.NoError) [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/osm/ |
| H A D | qgeoroutereplyosm.cpp | 69 if (reply->error() != QNetworkReply::NoError) in networkReplyFinished() 86 if (error == QGeoRouteReply::NoError) { in networkReplyFinished()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeoroutereply/ |
| H A D | tst_qgeoroutereply.cpp | 72 QCOMPARE(reply->error(), QGeoRouteReply::NoError); in constructor() 107 QTest::newRow("error1") << QGeoRouteReply::NoError << "No error."; in constructor_error_data() 225 QTest::newRow("error1") << QGeoRouteReply::NoError << "No error."; in error_data()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qplacemanager_unsupported/ |
| H A D | tst_qplacemanager_unsupported.cpp | 101 QCOMPARE(m_provider->error(), QGeoServiceProvider::NoError); in initTestCase() 232 if (expectedError != QPlaceReply::NoError) { in checkSignals() 257 QCOMPARE(reply->errorString().isEmpty(), expectedError == QPlaceReply::NoError); in checkSignals()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeocodereply/ |
| H A D | tst_qgeocodereply.cpp | 65 QCOMPARE(reply->error(),QGeoCodeReply::NoError); in constructor() 98 QTest::newRow("error1") << QGeoCodeReply::NoError << "No error."; in constructor_error_data() 168 QTest::newRow("error1") << QGeoCodeReply::NoError << "No error."; in error_data()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/mapbox/ |
| H A D | qgeoroutereplymapbox.cpp | 119 if (reply->error() != QNetworkReply::NoError) in networkReplyFinished() 147 if (error == QGeoRouteReply::NoError) { in networkReplyFinished()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeoroutingmanager/ |
| H A D | tst_qgeoroutingmanager.cpp | 82 QCOMPARE(qgeoserviceprovider->error(), QGeoServiceProvider::NoError); in loadRoutingManager() 138 QCOMPARE(reply->error(), QGeoRouteReply::NoError); in calculate()
|