| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeosatelliteinfosource/ |
| H A D | testqgeosatelliteinfosource.cpp | 246 SIGNAL(satellitesInViewUpdated(QList<QGeoSatelliteInfo>))); in startUpdates_testIntervals() 281 SIGNAL(satellitesInViewUpdated(QList<QGeoSatelliteInfo>))); in startUpdates_testIntervalChangesWhileRunning() 341 SIGNAL(satellitesInViewUpdated(QList<QGeoSatelliteInfo>))); in startUpdates_testDefaultInterval() 364 SIGNAL(satellitesInViewUpdated(QList<QGeoSatelliteInfo>))); in startUpdates_testZeroInterval() 388 SIGNAL(satellitesInViewUpdated(QList<QGeoSatelliteInfo>))); in startUpdates_moreThanOnce() 413 SIGNAL(satellitesInViewUpdated(QList<QGeoSatelliteInfo>))); in stopUpdates() 449 SIGNAL(satellitesInViewUpdated(QList<QGeoSatelliteInfo>))); in requestUpdate() 473 SIGNAL(satellitesInViewUpdated(QList<QGeoSatelliteInfo>))); in requestUpdate_validTimeout() 493 SIGNAL(satellitesInViewUpdated(QList<QGeoSatelliteInfo>))); in requestUpdate_defaultTimeout() 529 SIGNAL(satellitesInViewUpdated(QList<QGeoSatelliteInfo>))); in requestUpdate_repeatedCalls() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/positioning/satelliteinfo/ |
| H A D | satellitemodel.cpp | 66 connect(source, SIGNAL(satellitesInViewUpdated(QList<QGeoSatelliteInfo>)), in SatelliteModel() 67 this, SLOT(satellitesInViewUpdated(QList<QGeoSatelliteInfo>))); in SatelliteModel() 245 satellitesInViewUpdated(satellites); in updateDemoData() 270 void SatelliteModel::satellitesInViewUpdated(const QList<QGeoSatelliteInfo> &infos) in satellitesInViewUpdated() function in SatelliteModel
|
| H A D | satellitemodel.h | 114 void satellitesInViewUpdated(const QList<QGeoSatelliteInfo> &infos); in QT_FORWARD_DECLARE_CLASS()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/position/android/src/ |
| H A D | qgeosatelliteinfosource_android.cpp | 162 emit QGeoSatelliteInfoSource::satellitesInViewUpdated(satsInView); in processSatelliteUpdateInView() member in QGeoSatelliteInfoSourceAndroid::processSatelliteUpdateInView::QGeoSatelliteInfoSource 192 emit QGeoSatelliteInfoSource::satellitesInViewUpdated(m_satsInView); in requestTimeout() member in QGeoSatelliteInfoSourceAndroid::requestTimeout::QGeoSatelliteInfoSource
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/position/geoclue/ |
| H A D | qgeosatelliteinfosource_geocluemaster.cpp | 171 emit satellitesInViewUpdated(m_inView); in updateSatelliteInfo() local 185 emit satellitesInViewUpdated(m_inView); in requestUpdateTimeout() local
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/ |
| H A D | qgeosatelliteinfosource.h | 88 void satellitesInViewUpdated(const QList<QGeoSatelliteInfo> &satellites);
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/position/gypsy/ |
| H A D | qgeosatelliteinfosource_gypsy_p.h | 118 void satellitesInViewUpdated(const QList<QGeoSatelliteInfo> &satellites);
|
| H A D | qgeosatelliteinfosource_gypsy.cpp | 210 emit satellitesInViewUpdated(lastSatellitesInView); in satellitesChanged() local
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/position/simulator/ |
| H A D | qgeosatelliteinfosource_simulator.cpp | 128 emit satellitesInViewUpdated(satellitesInView); in updateData() local
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/position/serialnmea/ |
| H A D | qnmeasatelliteinfosource.cpp | 473 emit m_source->satellitesInViewUpdated(update.m_satellitesInView); in emitUpdated()
|