Home
last modified time | relevance | path

Searched refs:satId (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/
H A Dqgeosatelliteinfo.cpp83 d->satId = -1; in QGeoSatelliteInfo()
163 void QGeoSatelliteInfo::setSatelliteIdentifier(int satId) in setSatelliteIdentifier() argument
165 d->satId = satId; in setSatelliteIdentifier()
177 return d->satId; in satelliteIdentifier()
239 dbg << ", satId=" << info.d->satId; in operator <<()
276 stream << info.d->satId; in operator <<()
298 stream >> info.d->satId; in operator >>()
312 satId = other.satId; in QGeoSatelliteInfoPrivate()
327 && satId == other.satId in operator ==()
H A Dqgeosatelliteinfo_p.h60 int satId; variable
H A Dqgeosatelliteinfo.h79 void setSatelliteIdentifier(int satId);
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeosatelliteinfo/
H A Dtst_qgeosatelliteinfo.cpp210 QFETCH(int, satId); in setSatelliteIdentifier()
215 info.setSatelliteIdentifier(satId); in setSatelliteIdentifier()
216 QCOMPARE(info.satelliteIdentifier(), satId); in setSatelliteIdentifier()