Lines Matching defs:self
35 def __init__(self, expected_time, actual_time): argument
39 def avg_actual_time(self): argument
42 def max_actual_time(self): argument
45 def min_actual_time(self): argument
48 def add_actual_time(self, actual_time): argument
51 def avg_proportion(self): argument
54 def rounds(self): argument
57 def mid_actual_time(self): argument
63 def __init__(self, driver): argument
135 def get_pid(self, bundle_name): argument
145 def attach(self, bundle_name): argument
153 def connect_server(self, config): argument
167 def hot_reload(self, hqf_path: Union[str, list]): argument
181 async def async_wait_timeout(self, task, timeout=3): argument
191 def hdc_target_mount(self): argument
201 def hdc_file_send(self, source, sink): argument
211 def clear_fault_log(self): argument
221 def save_fault_log(self, log_path): argument
236 def __init__(self, driver): argument
239 def get_screen_size(self): argument
251 def click(self, x, y): argument
259 def click_on_middle(self): argument
268 def back(self): argument
278 def keep_awake(self): argument
293 def open_control_center(self): argument
305 def click_location_component(self): argument
315 def disable_location(self): argument
334 def enable_location(self): argument
355 def __init__(self, driver): argument
368 def show_performace_data_in_html(self): argument
402 def add_time_data(self, case_name: str, expected_time: int, actual_time: int): argument
411 def get_perf_data_from_hilog(self): argument
476 def lock_for_performance(self): argument
498 def _check_if_support_ipa(self): argument
506 def _check_perf_genius_version(self): argument
517 def _get_core_number(self): argument
568 def _disable_perf_limitation(self): argument
592 def _lock_frequency_by_start_id(self, start_id): argument
605 def _lock_ddr_frequency(self): argument
621 def _lock_frequency(self): argument
633 def _lock_core_by_id(self, start_id, end_id): argument
641 def _check_if_already_locked(self): argument