Home
last modified time | relevance | path

Searched refs:pull_file (Results 1 – 12 of 12) sorted by relevance

/test/testfwk/developer_test/aw/python/distributed/common/
Ddevices.py160 def pull_file(self, srcpath, despath): member in DeviceShell
Ddrivers.py88 device.pull_file(src_file_tar, cxx_cov_path)
/test/testfwk/xdevice/src/xdevice/_core/config/
Dresource_manager.py123 device.pull_file(src, dst)
/test/testfwk/developer_test/src/core/driver/
Ddrivers.py389 …self.device.pull_file(f"{DEFAULT_TEST_PATH}/{self.testsuite_name}_corpus.tar.gz", result_save_path)
403 self.device.pull_file(os.path.join(self.device_testpath,
443 self.device.pull_file(remote_result_file, result_file_path)
445 self.device.pull_file(remote_json_result_file,
457 self.device.pull_file(remote_log_result_file, test_log_file_path)
512 self.device.pull_file(src_file_tar, cxx_cov_path, is_create=True, timeout=TIME_OUT)
/test/testfwk/xdevice/plugins/ohos/src/ohos/environment/
Ddevice.py410 def pull_file(self, remote, local, **kwargs): member in Device
885 self.pull_file("/data/local/tmp/{}".format(picture_name), path)
1044 self.device.pull_file("/data/log/hilog/", path)
1058 self.device.pull_file("/data/log/{}_hilog.tar.gz".format(log_name), path)
1096 self.device.pull_file(device_path, local_path)
1158 self.device.pull_file(dir_path, extra_log_path)
Ddmlib.py427 def pull_file(self, remote, local, is_create=False): member in SyncService
453 self.pull_file("%s/%s" % (remote, file_name),
766 def pull_file(device, remote, local, is_create=False, member in HdcHelper
/test/testfwk/xdevice/plugins/ohos/src/ohos/drivers/
Ddrivers.py188 self.device.pull_file(
201 self.device.pull_file(remote_result_file, result_savepath)
224 self.device.pull_file(
236 self.device.pull_file(src_file, cxx_cov_path)
Dopenharmony.py1016 self.config.device.pull_file(package_file, local_path)
1019 self.config.device.pull_file(affected_file, local_path)
1341 self.config.device.pull_file(self.xml_path, self.result)
/test/testfwk/developer_test/src/core/config/
Dresource_manager.py156 device.pull_file(src, dst)
/test/testfwk/developer_test/aw/python/distributed/distribute/
Ddistribute.py125 device.pull_file(source_path, result_save_path)
/test/testfwk/xdevice/src/xdevice/_core/
Dutils.py352 device.pull_file(target_prop_file, local_prop_file)
/test/testfwk/xdevice/plugins/ohos/src/ohos/testkit/
Dkit.py134 device.pull_file(remote, local)