Home
last modified time | relevance | path

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

/test/testfwk/developer_test/aw/python/distributed/common/
Ddevices.py126 def execute_command(cls, command, print_flag=True, timeout=900): member in DeviceShell
/test/testfwk/developer_test/local_coverage/code_coverage/
Dmultiprocess_code_coverage.py64 def execute_command(command, printflag=False): function
/test/testfwk/xdevice/src/xdevice/_core/cluster/
Dutils.py179 def execute_command(cmd: str, cwd: str = None, timeout: float = 10): member in Utils
/test/testfwk/xdevice/plugins/ohos/src/ohos/environment/
Ddevice_lite.py548 def execute_command(self, command): member in ComController