Home
last modified time | relevance | path

Searched defs:execute_command (Results 1 – 2 of 2) sorted by relevance

/test/developertest/aw/python/distributed/common/
Ddevices.py202 def execute_command(self, command, print_flag=True, timeout=900): member in DeviceAdapter
341 def execute_command(self, command, print_flag=True, timeout=900): member in HDCDeviceAdapter
/test/xdevice/src/xdevice/_core/environment/
Ddevice_lite.py555 def execute_command(self, command): member in ComController