/test/testfwk/developer_test/aw/python/distributed/distribute/ |
D | distribute.py | 63 def get_current_driver(device, target_name, hdc_tools): argument 84 def exec_agent(self, device, target_name, result_path, options): argument 102 def exec_major(self, device, target_name, result_path, options): argument 119 def pull_result(device, source_path, result_save_path): argument 126 def _check_thread(device, thread_name): argument 140 def _make_agent_desc_file(self, device): argument 210 def _query_device_ip(device): argument 232 def _query_device_hdc_ip(device): argument 252 def _query_device_uuid(device): argument 277 def _query_device_major_uuid(device): argument [all …]
|
/test/testfwk/xdevice/plugins/ohos/src/ohos/testkit/ |
D | kit.py | 74 def __setup__(self, device, **kwargs): argument 84 def __teardown__(self, device): argument 93 def _run_command(self, command, device): argument 160 def __setup__(self, device, **kwargs): argument 189 def __teardown__(self, device): argument 222 def __setup__(self, device, **kwargs): argument 280 def __teardown__(self, device): argument 307 def __add_pushed_file__(self, device, src, dst): argument 313 def __add_dir_pushed_files__(self, device, src, dst): argument 343 def __setup__(self, device, **kwargs): argument [all …]
|
D | kit_lite.py | 79 def _reset(self, device): argument 100 def _send_file(self, device): argument 130 def __setup__(self, device, **kwargs): argument 142 def __teardown__(self, device): argument 169 def mount_on_board(self, device=None, remote_info=None, case_type=""): argument 260 def __setup__(self, device, **kwargs): argument 374 def __teardown__(self, device): argument 420 def mkdir_on_board(device, dir_path): argument 494 def __setup__(self, device, **kwargs): argument 539 def __teardown__(self, device): argument [all …]
|
/test/testfwk/xdevice/src/xdevice/_core/testkit/ |
D | kit.py | 45 def remount(device): argument 86 def junit_para_parse(device, junit_paras, prefix_char="-e"): argument 198 def get_install_args(device, app_name, original_args=None): argument 293 def disable_keyguard(device): argument 298 def unlock_screen(device): argument 303 def unlock_device(device): argument
|
/test/testfwk/developer_test/src/core/command/ |
D | distribute_utils.py | 46 def get_device_info(device, file_handle): argument 106 def check_zdn_network(device, device_ip=""): argument 118 def query_device_ip(device): argument
|
/test/testfwk/developer_test/src/core/testkit/ |
D | kit_lite.py | 66 def _reset(self, device): argument 86 def _send_file(self, device, source_file): argument 116 def __setup__(self, device, **kwargs): argument 129 def __teardown__(self, device): argument
|
/test/testfwk/xdevice/plugins/ohos/src/ohos/environment/ |
D | device_lite.py | 130 def __set_serial__(self, device=None): argument 159 def _check_watchgt(device): argument 180 def _check_wifiiot_config(device): argument 203 def _check_ipcamera_local(device): argument 213 def _check_ipcamera_remote(device=None): argument 227 def __check_config__(self, device=None): argument 240 def set_connect_type(self, device): argument 271 def __init_device__(self, device): argument 398 def __init__(self, device): argument 450 def __init__(self, device): argument [all …]
|
D | dmlib.py | 384 def __init__(self, device, host=None, port=None): argument 756 def push_file(device, local, remote, is_create=False, argument 763 def pull_file(device, remote, local, is_create=False, argument 770 def _install_remote_package(device, remote_file_path, command): argument 777 def install_package(device, package_file_path, command): argument 798 def uninstall_package(device, package_name): argument 807 def reboot(device, into=None): argument 816 def execute_shell_command(device, command, timeout=DEFAULT_TIMEOUT, argument 878 def set_device(device, sock): argument 1048 def _operator_file(command, device, local, remote, timeout): argument [all …]
|
/test/testfwk/developer_test/aw/python/distributed/common/ |
D | drivers.py | 58 def is_exist_target_in_device(device, path, target): argument 67 def receive_coverage_data(device, result_path, suite_file, file_name): argument 113 def __init__(self, device, hdc_tools): argument
|
/test/testfwk/xdevice/src/xdevice/_core/config/ |
D | resource_manager.py | 100 def process_resource_file(resource_dir, preparer_list, device): argument 154 def process_preparer_data(self, data_dic, resource_dir, device): argument 161 def process_cleaner_data(self, data_dic, resource_dir, device): argument
|
/test/testfwk/xdevice/src/xdevice/_core/environment/ |
D | manager_env.py | 69 def add_device(self, device, index=None): argument 186 def get_config_device_index(self, device): argument 231 def release_device(self, device): argument 236 def reset_device(self, device): argument 268 def matches(self, device, allocate=True): argument
|
D | device_monitor.py | 48 def __init__(self, device): argument
|
/test/xts/hats/ai/nnrt/hdi/nnrtStabilityTest/src/ |
D | hdi_stability_test.cpp | 50 void PrepareModelTest(OHOS::sptr<V1_0::INnrtDevice> device, V1_0::Model *iModel) in PrepareModelTest() 57 void RunModelTest(OHOS::sptr<V1_0::INnrtDevice> device, OHOS::sptr<V1_0::IPreparedModel> iPreparedM… in RunModelTest() 103 OHOS::sptr<V1_0::INnrtDevice> device = V1_0::INnrtDevice::Get(); variable 151 OHOS::sptr<V1_0::INnrtDevice> device = V1_0::INnrtDevice::Get(); variable
|
/test/testfwk/xdevice/plugins/ohos/src/ohos/managers/ |
D | manager_lite.py | 100 def release_device(self, device): argument 114 def reset_device(self, device): argument
|
D | manager_device.py | 168 def release_device(self, device): argument 186 def reset_device(self, device): argument 270 def handle_device_event(self, device, event): argument
|
/test/xts/hats/hdf/display/device/ |
D | hdi_test_device.cpp | 26 static HdiTestDevice device; in GetInstance() local 34 HdiTestDevice *device = static_cast<HdiTestDevice *>(data); in HotPlug() local
|
/test/xts/acts/ai/neural_network_runtime/interface/src/ |
D | CompileTest.cpp | 115 OHOS::sptr<V1_0::MockIDevice> device = V1_0::MockIDevice::GetInstance(); variable 233 OHOS::sptr<V1_0::MockIDevice> device = V1_0::MockIDevice::GetInstance(); variable 372 OHOS::sptr<V1_0::MockIDevice> device = V1_0::MockIDevice::GetInstance(); variable 525 OHOS::sptr<V1_0::MockIDevice> device = V1_0::MockIDevice::GetInstance(); variable 678 OHOS::sptr<V1_0::MockIDevice> device = V1_0::MockIDevice::GetInstance(); variable 700 OHOS::sptr<V1_0::MockIDevice> device = V1_0::MockIDevice::GetInstance(); variable
|
D | ExecutorTest.cpp | 32 OHOS::sptr<V1_0::MockIDevice> device; member in __anondab43d340111::ExecutorTest 1044 OHOS::sptr<V1_0::MockIDevice> device = V1_0::MockIDevice::GetInstance(); variable 1092 OHOS::sptr<V1_0::MockIDevice> device = V1_0::MockIDevice::GetInstance(); variable 1145 OHOS::sptr<V1_0::MockIDevice> device = V1_0::MockIDevice::GetInstance(); variable 1200 OHOS::sptr<V1_0::MockIDevice> device = V1_0::MockIDevice::GetInstance(); variable
|
/test/testfwk/developer_test/src/core/config/ |
D | resource_manager.py | 131 def process_resource_file(self, resource_dir, preparer_list, device): argument 265 def process_preparer_data(self, data_dic, resource_dir, device): argument 279 def process_cleaner_data(self, data_dic, resource_dir, device): argument
|
/test/xts/hats/ai/nnrt/hdi/common/ |
D | hdi_nnrt_test_utils.cpp | 141 V1_0::IOTensor HDICommon::CreateIOTensor(OHOS::sptr<V1_0::INnrtDevice> &device) in CreateIOTensor() 156 V1_0::IOTensor HDICommon::CreateInputIOTensor(OHOS::sptr<V1_0::INnrtDevice> &device, size_t length,… in CreateInputIOTensor() 184 V1_0::IOTensor HDICommon::CreateOutputIOTensor(OHOS::sptr<V1_0::INnrtDevice> &device, size_t length) in CreateOutputIOTensor() 237 void HDICommon::ReleaseBufferOfTensors(OHOS::sptr<V1_0::INnrtDevice> &device, std::vector<V1_0::IOT… in ReleaseBufferOfTensors()
|
/test/testfwk/xdevice/src/xdevice/_core/ |
D | utils.py | 340 def modify_props(device, local_prop_file, target_prop_file, new_props): argument 567 def check_device_name(device, kit, step="setup"): argument 581 def check_device_env_index(device, kit): argument 705 def get_device_proc_pid(device, proc_name, double_check=False): argument
|
D | interface.py | 61 def release_device(self, device): argument 65 def reset_device(self, device): argument 334 def __setup__(self, device, **kwargs): argument 338 def __teardown__(self, device): argument
|
/test/testfwk/developer_test/src/core/driver/ |
D | drivers.py | 180 def _unlock_screen(device): argument 185 def _unlock_device(device): argument 192 def _lock_screen(device): argument 197 def disable_keyguard(device): argument
|
/test/xts/acts/ai/neural_network_runtime/common/ |
D | nnrt_utils.cpp | 199 OHOS::sptr<V1_0::MockIDevice> device = V1_0::MockIDevice::GetInstance(); in ExecuteGraphMock() local 242 OHOS::sptr<V1_0::MockIDevice> device = V1_0::MockIDevice::GetInstance(); in ExecutorWithMemory() local
|
/test/xts/acts/usb/usb_standard/src/main/js/test/ |
D | UsbDevicePipeJsunit.test.js | 131 device: null, property
|