Searched refs:pairSignal (Results 1 – 4 of 4) sorted by relevance
192 for (auto const& pairSignal : mapSignals) { in FindStrongFrequentNonGpsSource() local193 total_observation_count += pairSignal.second.observations; in FindStrongFrequentNonGpsSource()194 if ((pairSignal.second.observations >= min_observations) && in FindStrongFrequentNonGpsSource()195 (pairSignal.second.max_cn0_dbhz > max_cn0_dbhz_with_sufficient_count)) { in FindStrongFrequentNonGpsSource()196 source_to_blacklist = pairSignal.first; in FindStrongFrequentNonGpsSource()197 blacklisted_source_count_observation = pairSignal.second.observations; in FindStrongFrequentNonGpsSource()198 max_cn0_dbhz_with_sufficient_count = pairSignal.second.max_cn0_dbhz; in FindStrongFrequentNonGpsSource()
354 for (auto const& pairSignal : mapSignals) { in FindStrongFrequentNonGpsSource() local355 total_observation_count += pairSignal.second.observations; in FindStrongFrequentNonGpsSource()356 if ((pairSignal.second.observations >= min_observations) && in FindStrongFrequentNonGpsSource()357 (pairSignal.second.max_cn0_dbhz > max_cn0_dbhz_with_sufficient_count)) { in FindStrongFrequentNonGpsSource()358 source_to_blacklist = pairSignal.first; in FindStrongFrequentNonGpsSource()359 blacklisted_source_count_observation = pairSignal.second.observations; in FindStrongFrequentNonGpsSource()360 max_cn0_dbhz_with_sufficient_count = pairSignal.second.max_cn0_dbhz; in FindStrongFrequentNonGpsSource()
568 for (auto const& pairSignal : mapSignals) { in FindStrongFrequentNonGpsSource() local569 total_observation_count += pairSignal.second.observations; in FindStrongFrequentNonGpsSource()570 if ((pairSignal.second.observations >= min_observations) && in FindStrongFrequentNonGpsSource()571 (pairSignal.second.max_cn0_dbhz > max_cn0_dbhz_with_sufficient_count)) { in FindStrongFrequentNonGpsSource()572 source_to_blacklist = pairSignal.first; in FindStrongFrequentNonGpsSource()573 blacklisted_source_count_observation = pairSignal.second.observations; in FindStrongFrequentNonGpsSource()574 max_cn0_dbhz_with_sufficient_count = pairSignal.second.max_cn0_dbhz; in FindStrongFrequentNonGpsSource()
417 for (auto const& pairSignal : mapSignals) { in FindStrongFrequentNonGpsSource() local418 total_observation_count += pairSignal.second.observations; in FindStrongFrequentNonGpsSource()419 if ((pairSignal.second.observations >= min_observations) && in FindStrongFrequentNonGpsSource()420 (pairSignal.second.max_cn0_dbhz > max_cn0_dbhz_with_sufficient_count)) { in FindStrongFrequentNonGpsSource()421 source_to_blocklist = pairSignal.first; in FindStrongFrequentNonGpsSource()422 blocklisted_source_count_observation = pairSignal.second.observations; in FindStrongFrequentNonGpsSource()423 max_cn0_dbhz_with_sufficient_count = pairSignal.second.max_cn0_dbhz; in FindStrongFrequentNonGpsSource()