Home
last modified time | relevance | path

Searched refs:errorCode_ (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/geotestplugin/
H A Dqgeocodingmanagerengine_test.h94 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 Dqgeoroutingmanagerengine_test.h90 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 Dqgeotilefetcher_test.h70 …: 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 Dqgeomappingmanagerengine_test.h78 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