Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeosatelliteinfosource/
H A Dtestqgeosatelliteinfosource.cpp246 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 Dsatellitemodel.cpp66 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 Dsatellitemodel.h114 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 Dqgeosatelliteinfosource_android.cpp162 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 Dqgeosatelliteinfosource_geocluemaster.cpp171 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 Dqgeosatelliteinfosource.h88 void satellitesInViewUpdated(const QList<QGeoSatelliteInfo> &satellites);
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/position/gypsy/
H A Dqgeosatelliteinfosource_gypsy_p.h118 void satellitesInViewUpdated(const QList<QGeoSatelliteInfo> &satellites);
H A Dqgeosatelliteinfosource_gypsy.cpp210 emit satellitesInViewUpdated(lastSatellitesInView); in satellitesChanged() local
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/position/simulator/
H A Dqgeosatelliteinfosource_simulator.cpp128 emit satellitesInViewUpdated(satellitesInView); in updateData() local
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/position/serialnmea/
H A Dqnmeasatelliteinfosource.cpp473 emit m_source->satellitesInViewUpdated(update.m_satellitesInView); in emitUpdated()