Lines Matching refs:device
62 def is_exist_target_in_device(device, path, target): argument
65 stdout_info = device.shell_with_output(command)
71 def receive_coverage_data(device, result_path, suite_file, file_name): argument
80 file_name + '_' + file_dir + '_' + device.device_sn))
82 if is_exist_target_in_device(device, DEVICE_TEST_PATH, "obj"):
85 device.shell(
88 device.pull_file(src_file_tar, cxx_cov_path)
117 def __init__(self, device, hdc_tools): argument
118 self.device = device
149 self.device.push_file(file_path, DEVICE_TEST_PATH)
156 self.device)
164 self.device.shell(sh_command)
167 receive_coverage_data(self.device, result_path, suite_file, file_name)