Home
last modified time | relevance | path

Searched refs:SatelliteSystem (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/
H A Dqgeosatelliteinfo.h58 enum SatelliteSystem { enum
76 void setSatelliteSystem(SatelliteSystem system);
77 SatelliteSystem satelliteSystem() const;
H A Dqgeosatelliteinfo.cpp143 void QGeoSatelliteInfo::setSatelliteSystem(SatelliteSystem system) in setSatelliteSystem()
151 QGeoSatelliteInfo::SatelliteSystem QGeoSatelliteInfo::satelliteSystem() const in satelliteSystem()
300 info.d->system = (QGeoSatelliteInfo::SatelliteSystem)system; in operator >>()
H A Dqlocationdata_simulator_p.h102 enum SatelliteSystem enum
113 SatelliteSystem satelliteSystem;
H A Dqgeosatelliteinfo_p.h61 QGeoSatelliteInfo::SatelliteSystem system;
H A Dqlocationdata_simulator.cpp115 …s.satelliteSystem = static_cast<QGeoSatelliteInfoData::SatelliteInfo::SatelliteSystem>(satelliteSy… in operator >>()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeosatelliteinfo/
H A Dtst_qgeosatelliteinfo.cpp235 info.setSatelliteSystem(static_cast<QGeoSatelliteInfo::SatelliteSystem>(system)); in setSatelliteSystem()
236 QCOMPARE(info.satelliteSystem(), static_cast<QGeoSatelliteInfo::SatelliteSystem>(system)); in setSatelliteSystem()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/position/simulator/
H A Dqgeosatelliteinfosource_simulator.cpp122 … satInfo.setSatelliteSystem(static_cast<QGeoSatelliteInfo::SatelliteSystem>(info.satelliteSystem)); in updateData()