Home
last modified time | relevance | path

Searched defs:execute_shell_command (Results 1 – 3 of 3) sorted by relevance

/test/xdevice/extension/src/xdevice_extension/_core/environment/
Ddevice.py209 def execute_shell_command(self, command, timeout=TIMEOUT, member in Device
Ddmlib.py826 def execute_shell_command(device, command, timeout=DEFAULT_TIMEOUT, member in HdcHelper
/test/developertest/aw/python/distributed/common/
Ddevices.py240 def execute_shell_command(self, command): member in DeviceAdapter