Searched refs:pull_file (Results 1 - 13 of 13) sorted by relevance
/test/testfwk/xdevice/plugins/ohos/src/ohos/drivers/ |
H A D | constants.py | 172 self.device.pull_file( 185 self.device.pull_file(remote_result_file, result_savepath) 208 self.device.pull_file( 220 self.device.pull_file(src_file, cxx_cov_path)
|
H A D | oh_yara_driver.py | 225 self.config.device.pull_file(affected_file, local_path)
|
H A D | oh_jsunit_driver.py | 473 device.pull_file(self.runner.coverage_data_path, cov_file_path) 728 self.config.device.pull_file(self.xml_path, self.result)
|
/test/testfwk/developer_test/src/core/driver/ |
H A D | drivers.py | 424 self.device.pull_file(remote_result_file, result_file_path) 426 self.device.pull_file(remote_json_result_file, 438 self.device.pull_file(remote_log_result_file, test_log_file_path) 495 self.device.pull_file(src_file_tar, cxx_cov_path, is_create=True, timeout=TIME_OUT) 515 self.device.pull_file(f"{DEFAULT_TEST_PATH}/{self.testsuite_name}_corpus.tar.gz", result_save_path) 529 self.device.pull_file(os.path.join(self.device_testpath,
|
/test/testfwk/developer_test/aw/python/distributed/common/ |
H A D | devices.py | 199 def pull_file(self, srcpath, despath): member in DeviceShell
|
H A D | drivers.py | 88 device.pull_file(src_file_tar, cxx_cov_path)
|
/test/testfwk/xdevice/src/xdevice/_core/config/ |
H A D | resource_manager.py | 123 device.pull_file(src, dst)
|
/test/testfwk/xdevice/plugins/ohos/src/ohos/environment/ |
H A D | device.py | 504 def pull_file(self, remote, local, **kwargs): member in Device 1148 self.pull_file("/data/local/tmp/{}".format(picture_name), path) 1171 self.pull_file(remote, path) 1458 self.device.pull_file(HILOG_PATH + '/' + log_dicts[0], hilog_local, retry=0) 1605 self.device.pull_file(log_file, local_dir, retry=0)
|
H A D | dmlib.py | 431 def pull_file(self, remote, local, is_create=False): member in SyncService 457 self.pull_file("%s/%s" % (remote, file_name), 770 def pull_file(device, remote, local, is_create=False, member in HdcHelper
|
/test/testfwk/developer_test/src/core/config/ |
H A D | resource_manager.py | 186 device.pull_file(src, dst)
|
/test/testfwk/developer_test/aw/python/distributed/distribute/ |
H A D | distribute.py | 91 device.pull_file(source_path, result_save_path)
|
/test/testfwk/xdevice/src/xdevice/_core/ |
H A D | utils.py | 351 device.pull_file(target_prop_file, local_prop_file)
|
/test/testfwk/xdevice/plugins/ohos/src/ohos/testkit/ |
H A D | kit.py | 133 device.pull_file(remote, local)
|
Completed in 14 milliseconds