Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/test/py/
H A Du_boot_console_base.py47 def __init__(self, console, check_type): argument
49 self.check_type = check_type
52 self.console.disable_check_count[self.check_type] += 1
56 self.console.disable_check_count[self.check_type] -= 1
430 def disable_check(self, check_type): argument
444 return ConsoleDisableCheck(self, check_type)