Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/position/geoclue/
H A Dqgeosatelliteinfosource_geocluemaster.cpp55 : QGeoSatelliteInfoSource(parent), m_master(new QGeoclueMaster(this)), m_provider(0), m_sat(0), in Q_DECLARE_LOGGING_CATEGORY()
107 if (m_sat) { in stopUpdates()
108 …disconnect(m_sat, SIGNAL(SatelliteChanged(qint32,qint32,qint32,QList<qint32>,QList<QGeoSatelliteIn… in stopUpdates()
136 if (m_sat) { in requestUpdate()
138 m_sat->GetSatellite(); in requestUpdate()
261m_sat = new OrgFreedesktopGeoclueSatelliteInterface(providerService, providerPath, QDBusConnection… in positionProviderChanged()
264 …connect(m_sat, SIGNAL(SatelliteChanged(qint32,qint32,qint32,QList<qint32>,QList<QGeoSatelliteInfo>… in positionProviderChanged()
306 delete m_sat; in cleanupSatelliteSource()
307 m_sat = 0; in cleanupSatelliteSource()
H A Dqgeosatelliteinfosource_geocluemaster.h93 OrgFreedesktopGeoclueSatelliteInterface *m_sat; variable