Searched refs:gnss_sv (Results 1 – 2 of 2) sorted by relevance
161 const auto& gnss_sv = gnss_sv_status.gnssSvList[iSv]; in FindStrongFrequentNonGpsSource() local162 if ((gnss_sv.svFlag & IGnssCallback::GnssSvFlags::USED_IN_FIX) && in FindStrongFrequentNonGpsSource()163 (gnss_sv.constellation != GnssConstellationType::GPS)) { in FindStrongFrequentNonGpsSource()165 source.id.svid = gnss_sv.svid; in FindStrongFrequentNonGpsSource()166 source.id.constellation = gnss_sv.constellation; in FindStrongFrequentNonGpsSource()172 counts.max_cn0_dbhz = gnss_sv.cN0Dbhz; in FindStrongFrequentNonGpsSource()177 if (itSignal->second.max_cn0_dbhz < gnss_sv.cN0Dbhz) { in FindStrongFrequentNonGpsSource()178 itSignal->second.max_cn0_dbhz = gnss_sv.cN0Dbhz; in FindStrongFrequentNonGpsSource()286 const auto& gnss_sv = gnss_sv_status.gnssSvList[iSv]; in TEST_F() local287 EXPECT_FALSE((gnss_sv.svid == source_to_blacklist.svid) && in TEST_F()[all …]
194 const auto& gnss_sv = gnss_sv_status.gnssSvList[iSv]; in startLocationAndGetNonGpsConstellation() local195 if ((gnss_sv.svFlag & IGnssCallback::GnssSvFlags::USED_IN_FIX) && in startLocationAndGetNonGpsConstellation()196 (gnss_sv.constellation != GnssConstellationType::UNKNOWN) && in startLocationAndGetNonGpsConstellation()197 (gnss_sv.constellation != GnssConstellationType::GPS)) { in startLocationAndGetNonGpsConstellation()199 constellation_to_blacklist = gnss_sv.constellation; in startLocationAndGetNonGpsConstellation()