Home
last modified time | relevance | path

Searched refs:m_error (Results 1 – 16 of 16) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/position/android/src/
H A Dqgeosatelliteinfosource_android.cpp51 QGeoSatelliteInfoSource(parent), m_error(NoError), updatesRunning(false) in Q_DECLARE_METATYPE()
98 return m_error; in error()
112 m_error = error; in startUpdates()
113 emit QGeoSatelliteInfoSource::error(m_error); in startUpdates()
151 m_error = error; in requestUpdate()
152 emit QGeoSatelliteInfoSource::error(m_error); in requestUpdate()
214 m_error = QGeoSatelliteInfoSource::ClosedError; in locationProviderDisabled()
215 emit QGeoSatelliteInfoSource::error(m_error); in locationProviderDisabled()
H A Dqgeopositioninfosource_android.cpp49 QGeoPositionInfoSource(parent), updatesRunning(false), m_error(NoError), m_requestTimer(this) in QGeoPositionInfoSourceAndroid()
117 return m_error; in error()
125 m_error = error; in setError()
126 emit QGeoPositionInfoSource::error(m_error); in setError()
H A Dqgeosatelliteinfosource_android_p.h86 Error m_error; variable
H A Dqgeopositioninfosource_android_p.h94 Error m_error; variable
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/position/geoclue/
H A Dqgeosatelliteinfosource_geocluemaster.cpp56 m_requestTimer(this), m_error(NoError), m_satellitesChangedConnected(false), m_running(false) in Q_DECLARE_LOGGING_CATEGORY()
85 return m_error; in error()
253 m_error = AccessError; in positionProviderChanged()
254 emit QGeoSatelliteInfoSource::error(m_error); in positionProviderChanged()
295 m_error = UnknownSourceError; in configureSatelliteSource()
296 emit QGeoSatelliteInfoSource::error(m_error); in configureSatelliteSource()
H A Dqgeopositioninfosource_geocluemaster.cpp82 m_running(false), m_error(NoError) in QGeoPositionInfoSourceGeoclueMaster()
479 m_error = UnknownSourceError; in configurePositionSource()
480 emit QGeoPositionInfoSource::error(m_error); in configurePositionSource()
485 m_error = UnknownSourceError; in configurePositionSource()
486 emit QGeoPositionInfoSource::error(m_error); in configurePositionSource()
492 return m_error; in error()
H A Dqgeosatelliteinfosource_geocluemaster.h98 Error m_error; variable
H A Dqgeopositioninfosource_geocluemaster.h138 QGeoPositionInfoSource::Error m_error; variable
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/esri/
H A Dgeoroutejsonparser_esri.cpp91 m_error = kErrorJson; in GeoRouteJsonParserEsri()
102 m_error = kErrorMessage.arg(code).arg(message); in GeoRouteJsonParserEsri()
117 return (m_error.isEmpty()); in isValid()
122 return m_error; in errorString()
H A Dgeoroutejsonparser_esri.h65 QString m_error; variable
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/position/geoclue2/
H A Dqgeopositioninfosource_geoclue2.cpp151 return m_error; in error()
203 m_error = error; in setError()
204 emit QGeoPositionInfoSource::error(m_error); in setError()
H A Dqgeopositioninfosource_geoclue2_p.h91 QGeoPositionInfoSource::Error m_error = NoError; variable
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/labs/
H A Dqdeclarativenavigator.cpp369 return d_ptr->m_error; in error()
561 d_ptr->m_error = error; in setError()
H A Dqdeclarativenavigator_p_p.h201 QDeclarativeNavigator::NavigationError m_error = QDeclarativeNavigator::NoError; variable
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativegeomap.cpp184 m_error(QGeoServiceProvider::NoError), in QDeclarativeGeoMap()
326 if (m_error == error && m_errorString == errorString) in setError()
328 m_error = error; in setError()
1709 return m_error; in error()
H A Dqdeclarativegeomap_p.h303 QGeoServiceProvider::Error m_error; variable