Home
last modified time | relevance | path

Searched refs:cmd_com (Results 1 - 4 of 4) sorted by relevance

/test/testfwk/developer_test/src/core/testkit/
H A Dkit_lite.py100 cmd_com = device.device.com_dict.get(ComType.cmd_com)
102 cmd_com.connect()
103 cmd_com.execute_command(command='AT+RST={}'.format(self.timeout))
104 cmd_com.close()
112 cmd_com.serial_port,
116 if cmd_com:
117 cmd_com.close()
/test/testfwk/xdevice/plugins/ohos/src/ohos/testkit/
H A Dkit_lite.py79 cmd_com = device.device.com_dict.get(ComType.cmd_com)
81 cmd_com.connect()
82 cmd_com.execute_command(
84 cmd_com.close()
91 raise LiteDeviceError(ErrorMessage.Device.Code_0303019.format(cmd_com.serial_port))
93 if cmd_com:
94 cmd_com.close()
733 usb_port = device.device.com_dict.get(ComType.cmd_com).usb_port
/test/testfwk/xdevice/plugins/ohos/src/ohos/environment/
H A Ddevice_lite.py462 if "type" in item.keys() and ComType.cmd_com == item.get(
464 self.com_dict[ComType.cmd_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/
H A Dconstants.py36 cmd_com = "cmd" variable in ComType

Completed in 4 milliseconds