Home
last modified time | relevance | path

Searched refs:pull_file (Results 1 - 13 of 13) sorted by relevance

/test/testfwk/xdevice/plugins/ohos/src/ohos/drivers/
H A Dconstants.py172 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 Doh_yara_driver.py225 self.config.device.pull_file(affected_file, local_path)
H A Doh_jsunit_driver.py473 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 Ddrivers.py424 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 Ddevices.py199 def pull_file(self, srcpath, despath): member in DeviceShell
H A Ddrivers.py88 device.pull_file(src_file_tar, cxx_cov_path)
/test/testfwk/xdevice/src/xdevice/_core/config/
H A Dresource_manager.py123 device.pull_file(src, dst)
/test/testfwk/xdevice/plugins/ohos/src/ohos/environment/
H A Ddevice.py504 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 Ddmlib.py431 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 Dresource_manager.py186 device.pull_file(src, dst)
/test/testfwk/developer_test/aw/python/distributed/distribute/
H A Ddistribute.py91 device.pull_file(source_path, result_save_path)
/test/testfwk/xdevice/src/xdevice/_core/
H A Dutils.py351 device.pull_file(target_prop_file, local_prop_file)
/test/testfwk/xdevice/plugins/ohos/src/ohos/testkit/
H A Dkit.py133 device.pull_file(remote, local)

Completed in 14 milliseconds