Home
last modified time | relevance | path

Searched refs:ComType (Results 1 - 6 of 6) sorted by relevance

/test/testfwk/xdevice/plugins/ohos/src/ohos/drivers/
H A Dc_driver_lite.py26 from ohos.constants import ComType namespace
183 ComType.deploy_com).connect()
187 key=ComType.deploy_com, timeout=timeout, receiver=handler)
202 device.device.com_dict.get(ComType.deploy_com).close()
247 ComType.deploy_com).connect()
253 key=ComType.deploy_com, timeout=timeout, receiver=handler)
268 ComType.deploy_com).close()
273 deploy_com = self.config.device.device.com_dict.get(ComType.deploy_com).connect()
305 key=ComType.deploy_com, timeout=int(timeout))
328 ComType
[all...]
/test/testfwk/developer_test/src/core/testkit/
H A Dkit_lite.py34 from ohos.constants import ComType namespace
100 cmd_com = device.device.com_dict.get(ComType.cmd_com)
125 ComType.deploy_com).serial_port
127 get(ComType.deploy_com).baud_rate
/test/testfwk/xdevice/plugins/ohos/src/ohos/environment/
H A Ddevice_lite.py41 from ohos.constants import ComType namespace
462 if "type" in item.keys() and ComType.cmd_com == item.get(
464 self.com_dict[ComType.cmd_com] = ComController(item)
465 elif "type" in item.keys() and ComType.deploy_com == item.get(
467 self.com_dict[ComType.deploy_com] = ComController(item)
469 def connect(self, key=ComType.cmd_com):
475 def close(self, key=ComType.cmd_com):
487 key = args.get("key", ComType.cmd_com)
/test/testfwk/xdevice/plugins/ohos/src/ohos/testkit/
H A Dkit_lite.py43 from ohos.constants import ComType namespace
79 cmd_com = device.device.com_dict.get(ComType.cmd_com)
102 ComType.deploy_com).serial_port
104 get(ComType.deploy_com).baud_rate
731 ComType.deploy_com).serial_port
733 usb_port = device.device.com_dict.get(ComType.cmd_com).usb_port
/test/testfwk/developer_test/src/core/driver/
H A Dlite_driver.py40 from ohos.constants import ComType namespace
400 ComType.deploy_com).connect()
406 key=ComType.deploy_com,
421 self.config.device.device.com_dict.get(ComType.deploy_com).close()
/test/testfwk/xdevice/plugins/ohos/src/ohos/
H A Dconstants.py22 __all__ = ["Constant", "ComType", "HostDrivenTestType",
32 class ComType(object): class
34 ComType enumeration

Completed in 5 milliseconds