Home
last modified time | relevance | path

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

/tools/test/connectivity/acts_tests/tests/google/gnss/
DGnssFunctionTest.py436 self.brcm_error_log_allowlist)
871 brcm_error_allowlist=self.brcm_error_log_allowlist)
877 brcm_error_allowlist=self.brcm_error_log_allowlist)
882 brcm_error_allowlist=self.brcm_error_log_allowlist)
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/gnss/
Dgnss_test_utils.py2482 def parse_brcm_nmea_log(ad, nmea_pattern, brcm_error_log_allowlist, stop_logger=True): argument
2531 for regex_pattern in brcm_error_log_allowlist:
2543 def _get_power_mode_log_from_pixel_logger(ad, brcm_error_log_allowlist, stop_pixel_logger=True): argument
2552 ad, _BRCM_DUTY_CYCLE_PATTERN, brcm_error_log_allowlist, stop_pixel_logger)
2559 def check_dpo_rate_via_brcm_log(ad, dpo_threshold, brcm_error_log_allowlist): argument
2574 pglor_list, brcm_error_log = _get_power_mode_log_from_pixel_logger(ad, brcm_error_log_allowlist)