Home
last modified time | relevance | path

Searched refs:setSatelliteSystem (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeosatelliteinfo/
H A Dtst_qgeosatelliteinfo.cpp123 info.setSatelliteSystem(QGeoSatelliteInfo::GPS); in addTestData_update()
125 info.setSatelliteSystem(QGeoSatelliteInfo::GLONASS); in addTestData_update()
228 void setSatelliteSystem() in setSatelliteSystem() function in tst_QGeoSatelliteInfo
235 info.setSatelliteSystem(static_cast<QGeoSatelliteInfo::SatelliteSystem>(system)); in setSatelliteSystem()
382 info.setSatelliteSystem(QGeoSatelliteInfo::GPS); in debug_data()
387 info.setSatelliteSystem(QGeoSatelliteInfo::GLONASS); in debug_data()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/
H A Dqgeosatelliteinfo.h76 void setSatelliteSystem(SatelliteSystem system);
H A Dqgeosatelliteinfo.cpp143 void QGeoSatelliteInfo::setSatelliteSystem(SatelliteSystem system) in setSatelliteSystem() function in QGeoSatelliteInfo
/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()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/position/android/src/
H A Djnipositioning.cpp332 info.setSatelliteSystem(QGeoSatelliteInfo::GPS); in satelliteInfoFromJavaLocation()
334 info.setSatelliteSystem(QGeoSatelliteInfo::GLONASS); in satelliteInfoFromJavaLocation()