Lines Matching defs:self
55 def __init__(self, config=None): argument
88 def check_config(self, interactive: bool, boot_tests=(), argument
160 def __init__(self): argument
173 def open(self): argument
181 def close(self): argument
208 def qmp_command(self, qmp_command): argument
232 def qmp_execute(self, execute, arguments=None): argument
239 def monitor_command(self, monitor_command): argument
303 def __init__(self): argument
312 def get_qemu_arg_temp_file(self): argument
328 def __init__(self, argument
380 def error_dump_output(self): argument
387 def get_qemu_arg_temp_file(self): argument
394 def rpmb_up(self): argument
422 def rpmb_down(self): argument
431 def msg_channel_up(self): argument
453 def msg_channel_down(self): argument
461 def msg_channel_wait_for_connection(self): argument
467 def msg_channel_send_msg(self, msg): argument
482 def msg_channel_recv(self): argument
489 def msg_channel_close(self): argument
493 def boottest_run(self, boot_tests, timeout=(60 * 2)): argument
597 def androidtest_run(self, cmd, test_timeout=None): argument
621 def adb_bin(self): argument
625 def adb(self, argument
669 def check_adb(self, args, **kwargs): argument
675 def adb_root(self): argument
699 def scan_transport(self, port, expect_none=False): argument
712 def adb_up(self, port): argument
755 def adb_down(self, port): argument
777 def universal_args(self): argument
793 def launch(self, target_state): argument
897 def shutdown(self): argument
938 def reboot(self, target_state): argument
947 def run(self, boot_tests: Optional[List] = None, argument