Home
last modified time | relevance | path

Searched refs:m_updatesOngoing (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/position/gypsy/
H A Dqgeosatelliteinfosource_gypsy.cpp144 …m_engine(0), m_satellite(0), m_device(0), m_requestTimer(this), m_updatesOngoing(false), m_request… in QGeoSatelliteInfoSourceGypsy()
200 if (!m_updatesOngoing) { in satellitesChanged()
205 if (m_updatesOngoing) in satellitesChanged()
296 if (m_updatesOngoing) in startUpdates()
303 m_updatesOngoing = true; in startUpdates()
308 if (!m_updatesOngoing) in stopUpdates()
310 m_updatesOngoing = false; in stopUpdates()
345 if (!m_updatesOngoing) { in requestUpdate()
366 if (!m_updatesOngoing) { in requestUpdateTimeout()
H A Dqgeosatelliteinfosource_gypsy_p.h135 bool m_updatesOngoing; variable