Searched refs:dpo_threshold (Results 1 – 2 of 2) sorted by relevance
2047 def check_dpo_rate_via_gnss_meas(ad, begin_time, dpo_threshold): argument2078 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): argument2192 threshold = "{percent:.0%}".format(percent=dpo_threshold / 100)2193 asserts.assert_true((dpo_rate * 100 > dpo_threshold) and not brcm_error_log,
419 self.dpo_threshold)422 self.dpo_threshold,