Home
last modified time | relevance | path

Searched refs:errorString_ (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/geotestplugin/
H A Dqgeocodingmanagerengine_test.h123 errorString_ = searchString;
126 errorString_ = "";
138 geocodeReply_->callSetError(errorCode_, errorString_);
159 errorString_ = address.street(); in geocode()
162 errorString_ = ""; in geocode()
181 geocodeReply_->callSetError(errorCode_, errorString_); in geocode()
200 errorString_ = ""; in requestAborted()
256 errorString_ = "error"; in reverseGeocode()
259 errorString_ = ""; in reverseGeocode()
264 geocodeReply_->callSetError(errorCode_, errorString_); in reverseGeocode()
[all …]
H A Dqgeoroutingmanagerengine_test.h91 QString errorString_; variable
146 errorString_ = "error"; in calculateRoute()
149 errorString_ = ""; in calculateRoute()
154 routeReply_->callSetError(errorCode_, errorString_); in calculateRoute()
209 errorString_ = ""; in requestAborted()
221 routeReply_->callSetError(errorCode_, errorString_); in timerEvent()
222 emit error(routeReply_, errorCode_, errorString_); in timerEvent()
H A Dqgeotilefetcher_test.h139 errorString_.clear(); in requestAborted()
149 mappingReply->callSetError(errorCode_, errorString_); in updateRequest()
150 emit tileError(mappingReply->tileSpec(), errorString_); in updateRequest()
174 QString errorString_; variable
H A Dqgeomappingmanagerengine_test.h146 errorString_ = ""; in requestAborted()
158 mappingReply_->callSetError(errorCode_, errorString_); in timerEvent()
159 emit tileError(mappingReply_->tileSpec(), errorString_); in timerEvent()
172 QString errorString_; variable
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativegeocodemodel.cpp478 if (error_ == error && errorString_ == errorString) in setError()
481 errorString_ = errorString; in setError()
497 return errorString_; in errorString()
H A Dqdeclarativegeocodemodel_p.h194 QString errorString_; variable
H A Dqdeclarativegeoroutemodel.cpp569 return errorString_; in errorString()
598 if (error_ == error && errorString_ == errorString) in setError()
601 errorString_ = errorString; in setError()
H A Dqdeclarativegeoroutemodel_p.h185 QString errorString_; variable