Home
last modified time | relevance | path

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

/test/xdevice/src/xdevice/_core/environment/
Ddevice_lite.py316 def execute_command_with_timeout(self, command="", case_type="", member in DeviceLite
431 def execute_command_with_timeout(self, command="", timeout=TIMEOUT, member in RemoteController
488 def execute_command_with_timeout(self, **kwargs): member in LocalController
549 def execute_command_with_timeout(self, **kwargs): member in ComController
589 def execute_command_with_timeout(self, command, **kwargs): member in AgentController