Home
last modified time | relevance | path

Searched refs:satellitesInUseUpdated (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeosatelliteinfosource/
H A Dtestqgeosatelliteinfosource.cpp248 SIGNAL(satellitesInUseUpdated(QList<QGeoSatelliteInfo>))); in startUpdates_testIntervals()
283 SIGNAL(satellitesInUseUpdated(QList<QGeoSatelliteInfo>))); in startUpdates_testIntervalChangesWhileRunning()
343 SIGNAL(satellitesInUseUpdated(QList<QGeoSatelliteInfo>))); in startUpdates_testDefaultInterval()
366 SIGNAL(satellitesInUseUpdated(QList<QGeoSatelliteInfo>))); in startUpdates_testZeroInterval()
390 SIGNAL(satellitesInUseUpdated(QList<QGeoSatelliteInfo>))); in startUpdates_moreThanOnce()
415 SIGNAL(satellitesInUseUpdated(QList<QGeoSatelliteInfo>))); in stopUpdates()
475 SIGNAL(satellitesInUseUpdated(QList<QGeoSatelliteInfo>))); in requestUpdate_validTimeout()
495 SIGNAL(satellitesInUseUpdated(QList<QGeoSatelliteInfo>))); in requestUpdate_defaultTimeout()
531 SIGNAL(satellitesInUseUpdated(QList<QGeoSatelliteInfo>))); in requestUpdate_repeatedCalls()
555 SIGNAL(satellitesInUseUpdated(QList<QGeoSatelliteInfo>))); in requestUpdate_overlappingCalls()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/positioning/satelliteinfo/
H A Dsatellitemodel.cpp68 connect(source, SIGNAL(satellitesInUseUpdated(QList<QGeoSatelliteInfo>)), in SatelliteModel()
69 this, SLOT(satellitesInUseUpdated(QList<QGeoSatelliteInfo>))); in SatelliteModel()
246 flag ? satellitesInUseUpdated(QList<QGeoSatelliteInfo>() << satellites.at(2)) in updateDemoData()
247 : satellitesInUseUpdated(QList<QGeoSatelliteInfo>() << satellites.at(3)); in updateDemoData()
306 void SatelliteModel::satellitesInUseUpdated(const QList<QGeoSatelliteInfo> &infos) in satellitesInUseUpdated() function in SatelliteModel
H A Dsatellitemodel.h115 void satellitesInUseUpdated(const QList<QGeoSatelliteInfo> &infos); in QT_FORWARD_DECLARE_CLASS()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/position/android/src/
H A Dqgeosatelliteinfosource_android.cpp175 emit QGeoSatelliteInfoSource::satellitesInUseUpdated(satsInUse); in processSatelliteUpdateInUse() member in QGeoSatelliteInfoSourceAndroid::processSatelliteUpdateInUse::QGeoSatelliteInfoSource
193 emit QGeoSatelliteInfoSource::satellitesInUseUpdated(m_satsInUse); in requestTimeout() member in QGeoSatelliteInfoSourceAndroid::requestTimeout::QGeoSatelliteInfoSource
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/position/geoclue/
H A Dqgeosatelliteinfosource_geocluemaster.cpp174 emit satellitesInUseUpdated(m_inUse); in updateSatelliteInfo() local
186 emit satellitesInUseUpdated(m_inUse); in requestUpdateTimeout() local
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/
H A Dqgeosatelliteinfosource.h89 void satellitesInUseUpdated(const QList<QGeoSatelliteInfo> &satellites);
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/position/gypsy/
H A Dqgeosatelliteinfosource_gypsy_p.h119 void satellitesInUseUpdated(const QList<QGeoSatelliteInfo> &satellites);
H A Dqgeosatelliteinfosource_gypsy.cpp209 emit satellitesInUseUpdated(lastSatellitesInUse); in satellitesChanged() local
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/position/simulator/
H A Dqgeosatelliteinfosource_simulator.cpp129 emit satellitesInUseUpdated(satellitesInUse); in updateData() local
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/position/serialnmea/
H A Dqnmeasatelliteinfosource.cpp469 emit m_source->satellitesInUseUpdated(update.m_satellitesInUse); in emitUpdated()