Home
last modified time | relevance | path

Searched refs:pull_result (Results 1 – 4 of 4) sorted by relevance

/test/testfwk/xdevice/plugins/ohos/src/ohos/environment/
Ddmlib.py476 pull_result = HdcHelper.read(self.sock, DATA_UNIT_LENGTH * 2)
477 if not self.check_result(pull_result, ID_DATA) and \
478 not self.check_result(pull_result, ID_DONE):
479 raise HdcError(self.read_error_message(pull_result))
487 if self.check_result(pull_result, ID_DONE):
490 if not self.check_result(pull_result, ID_DATA):
491 raise HdcError(self.read_error_message(pull_result))
495 pull_result, DEFAULT_OFFSET_OF_INT)
498 str(pull_result))
499 if pull_result == ID_DATA:
[all …]
/test/testfwk/developer_test/aw/python/distributed/
Dsample.py51 distribute.pull_result(self.major, source_path, self.result_path)
/test/testfwk/developer_test/src/core/command/
Ddistribute_execute.py59 distribute.pull_result(self.major, source_path, result)
/test/testfwk/developer_test/aw/python/distributed/distribute/
Ddistribute.py123 def pull_result(device, source_path, result_save_path): member in Distribute