Searched refs:errorCode_ (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/geotestplugin/ |
| H A D | qgeocodingmanagerengine_test.h | 94 errorCode_(QGeoCodeReply::NoError) in QGeoCodingManagerEngineTest() 124 errorCode_ = (QGeoCodeReply::Error)searchString.toInt(); 127 errorCode_ = QGeoCodeReply::NoError; 130 if (errorCode_ == QGeoCodeReply::NoError) 137 if (errorCode_) { 138 geocodeReply_->callSetError(errorCode_, errorString_); 160 errorCode_ = (QGeoCodeReply::Error)address.county().toInt(); in geocode() 163 errorCode_ = QGeoCodeReply::NoError; in geocode() 180 if (errorCode_) { in geocode() 181 geocodeReply_->callSetError(errorCode_, errorString_); in geocode() [all …]
|
| H A D | qgeoroutingmanagerengine_test.h | 90 QGeoRouteReply::Error errorCode_; variable 101 errorCode_(QGeoRouteReply::NoError), in QGeoRoutingManagerEngineTest() 145 errorCode_ = (QGeoRouteReply::Error)(request.numberAlternativeRoutes() - 70); in calculateRoute() 148 errorCode_ = QGeoRouteReply::NoError; in calculateRoute() 153 if (errorCode_) { in calculateRoute() 154 routeReply_->callSetError(errorCode_, errorString_); in calculateRoute() 208 errorCode_ = QGeoRouteReply::NoError; in requestAborted() 220 if (errorCode_) { in timerEvent() 221 routeReply_->callSetError(errorCode_, errorString_); in timerEvent() 222 emit error(routeReply_, errorCode_, errorString_); in timerEvent()
|
| H A D | qgeotilefetcher_test.h | 70 …: QGeoTileFetcher(parent), finishRequestImmediately_(false), errorCode_(QGeoTiledMapReply::NoEr… in QGeoTileFetcherTest() 140 errorCode_ = QGeoTiledMapReply::NoError; in requestAborted() 148 if (errorCode_) { in updateRequest() 149 mappingReply->callSetError(errorCode_, errorString_); in updateRequest() 173 QGeoTiledMapReply::Error errorCode_; variable
|
| H A D | qgeomappingmanagerengine_test.h | 78 errorCode_(QGeoTiledMapReply::NoError) in QGeoMappingManagerEngineTest() 147 errorCode_ = QGeoTiledMapReply::NoError; in requestAborted() 157 if (errorCode_) { in timerEvent() 158 mappingReply_->callSetError(errorCode_, errorString_); in timerEvent() 171 QGeoTiledMapReply::Error errorCode_; variable
|