Home
last modified time | relevance | path

Searched refs:dpo_threshold (Results 1 – 2 of 2) sorted by relevance

/tools/test/connectivity/acts_tests/acts_contrib/test_utils/gnss/
Dgnss_test_utils.py2047 def check_dpo_rate_via_gnss_meas(ad, begin_time, dpo_threshold): argument
2078 threshold = "{percent:.0%}".format(percent=dpo_threshold / 100)
2079 asserts.assert_true(dpo_rate * 100 > dpo_threshold,
2152 def check_dpo_rate_via_brcm_log(ad, dpo_threshold, brcm_error_log_allowlist): argument
2192 threshold = "{percent:.0%}".format(percent=dpo_threshold / 100)
2193 asserts.assert_true((dpo_rate * 100 > dpo_threshold) and not brcm_error_log,
/tools/test/connectivity/acts_tests/tests/google/gnss/
DGnssFunctionTest.py419 self.dpo_threshold)
422 self.dpo_threshold,