Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/positioning/satelliteinfo/
H A Dsatellitemodel.cpp218 knownSatelliteIds.clear(); in clearModel()
282 QSet<int> toBeRemoved = knownSatelliteIds - satelliteIdsInUpdate; in satellitesInViewUpdated()
299 knownSatelliteIds = satelliteIdsInUpdate; in satellitesInViewUpdated()
H A Dsatellitemodel.h123 QSet<int> knownSatelliteIds; in QT_FORWARD_DECLARE_CLASS() local