Searched refs:errorString_ (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/geotestplugin/ |
| H A D | qgeocodingmanagerengine_test.h | 123 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 D | qgeoroutingmanagerengine_test.h | 91 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 D | qgeotilefetcher_test.h | 139 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 D | qgeomappingmanagerengine_test.h | 146 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 D | qdeclarativegeocodemodel.cpp | 478 if (error_ == error && errorString_ == errorString) in setError() 481 errorString_ = errorString; in setError() 497 return errorString_; in errorString()
|
| H A D | qdeclarativegeocodemodel_p.h | 194 QString errorString_; variable
|
| H A D | qdeclarativegeoroutemodel.cpp | 569 return errorString_; in errorString() 598 if (error_ == error && errorString_ == errorString) in setError() 601 errorString_ = errorString; in setError()
|
| H A D | qdeclarativegeoroutemodel_p.h | 185 QString errorString_; variable
|