/test/testfwk/developer_test/aw/python/distributed/distribute/ |
H A D | distribute.py | 226 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 D | kit.py | 122 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 D | kit.py | 147 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 D | dmlib.py | 519 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 D | device.py | 311 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 D | devices.py | 186 def push_file(self, srcpath, despath): member in DeviceShell
|
H A D | drivers.py | 149 self.device.push_file(file_path, DEVICE_TEST_PATH)
|
/test/testfwk/xdevice/src/xdevice/_core/config/ |
H A D | resource_manager.py | 114 device.push_file(src, dst)
|
/test/testfwk/developer_test/src/core/config/ |
H A D | resource_manager.py | 179 device.push_file(src, dst)
|
/test/testfwk/developer_test/src/core/driver/ |
H A D | drivers.py | 696 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 D | oh_yara_driver.py | 378 self.config.device.push_file(hap_path, "/data/local/tmp")
|
/test/testfwk/xdevice/src/xdevice/_core/ |
H A D | utils.py | 385 device.push_file(local_temp_prop_file.name, target_prop_file)
|