Home
last modified time | relevance | path

Searched refs:push_file (Results 1 - 12 of 12) sorted by relevance

/test/testfwk/developer_test/aw/python/distributed/distribute/
H A Ddistribute.py226 device.push_file(os.path.join(self.suite_dir, "agent.desc"),
228 device.push_file(os.path.join(resource_dir, target_name),
243 device.push_file(os.path.join(self.suite_dir, "major.desc"),
245 device.push_file(os.path.join(resource_dir, target_name),
/test/testfwk/xdevice/src/xdevice/_core/testkit/
H A Dkit.py122 device.push_file(file_name, include_file)
128 device.push_file(file_name, exclude_file)
/test/testfwk/xdevice/plugins/ohos/src/ohos/testkit/
H A Dkit.py147 device.push_file(real_src_path, dst)
271 device.push_file("{}".format(os.path.join(root, file)),
283 device.push_file("{}".format(real_src_path),
595 device.push_file(self.local_system_prop_file,
602 device.push_file(temp_file, target_file)
765 device.push_file(entry_app, os.path.join(
767 device.push_file(hap_file, os.path.join(
784 device.push_file(hap_file, push_dest)
/test/testfwk/xdevice/plugins/ohos/src/ohos/environment/
H A Ddmlib.py519 def push_file(self, local, remote, is_create=False): member in SyncService
541 self.push_file(
763 def push_file(device, local, remote, is_create=False, member in HdcHelper
789 HdcHelper.push_file(device, package_file_path, remote_file_path)
H A Ddevice.py311 self.push_file(query_bin_path, DEVICE_TEMP_PATH)
473 def push_file(self, local, remote, **kwargs): member in Device
496 HdcHelper.push_file(self, local, remote, is_create=is_create,
/test/testfwk/developer_test/aw/python/distributed/common/
H A Ddevices.py186 def push_file(self, srcpath, despath): member in DeviceShell
H A Ddrivers.py149 self.device.push_file(file_path, DEVICE_TEST_PATH)
/test/testfwk/xdevice/src/xdevice/_core/config/
H A Dresource_manager.py114 device.push_file(src, dst)
/test/testfwk/developer_test/src/core/config/
H A Dresource_manager.py179 device.push_file(src, dst)
/test/testfwk/developer_test/src/core/driver/
H A Ddrivers.py696 self.config.device.push_file(suite_file, self.config.target_test_path)
749 self.config.device.push_file(cov_file, os.path.join(self.config.target_test_path))
783 self.config.device.push_file(corpus_file,
1240 self.config.device.push_file(suite_file, self.config.target_test_path)
/test/testfwk/xdevice/plugins/ohos/src/ohos/drivers/
H A Doh_yara_driver.py378 self.config.device.push_file(hap_path, "/data/local/tmp")
/test/testfwk/xdevice/src/xdevice/_core/
H A Dutils.py385 device.push_file(local_temp_prop_file.name, target_prop_file)

Completed in 12 milliseconds