Home
last modified time | relevance | path

Searched refs:m_requestOngoing (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_satellite(0), m_device(0), m_requestTimer(this), m_updatesOngoing(false), m_requestOngoing(false) in QGeoSatelliteInfoSourceGypsy()
195 if (m_requestOngoing) { in satellitesChanged()
198 m_requestOngoing = false; in satellitesChanged()
320 if (m_requestOngoing) in requestUpdate()
326 m_requestOngoing = true; in requestUpdate()
369 m_requestOngoing = false; in requestUpdateTimeout()
H A Dqgeosatelliteinfosource_gypsy_p.h136 bool m_requestOngoing; variable