Home
last modified time | relevance | path

Searched refs:shell_command (Results 1 – 3 of 3) sorted by relevance

/test/vts/runners/host/tcp_client/
Dvts_tcp_client.py447 shell_command=command)
646 shell_command=None, argument
721 if shell_command is not None:
722 if isinstance(shell_command, (list, tuple)):
723 command_msg.shell_command.extend(shell_command)
725 command_msg.shell_command.append(shell_command)
/test/vts/proto/
DVtsDriverControlMessage.proto116 repeated bytes shell_command = 2001; field
DAndroidSystemControlMessage.proto150 repeated bytes shell_command = 5001; field