Home
last modified time | relevance | path

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

/test/vts/runners/host/tcp_client/
Dvts_tcp_client.py313 shell_command=command)
409 shell_command=None, argument
475 if shell_command is not None:
476 if isinstance(shell_command, types.ListType):
477 command_msg.shell_command.extend(shell_command)
479 command_msg.shell_command.append(shell_command)
/test/vts/agents/hal/
DSocketClientToDriver.cpp185 const ::google::protobuf::RepeatedPtrField<::std::string> shell_command) { in ExecuteShellCommand()
188 for (const auto& cmd : shell_command) { in ExecuteShellCommand()
DSocketClientToDriver.h71 const ::google::protobuf::RepeatedPtrField<::std::string> shell_command);
DAgentRequestHandler.cpp461 command_message.shell_command());
/test/vts/proto/
DVtsDriverControlMessage.proto101 repeated bytes shell_command = 2001; field
DAndroidSystemControlMessage.proto132 repeated bytes shell_command = 5001; field
/test/vts/drivers/shell/
DShellDriver.cpp168 for (const auto& command : cmd_msg.shell_command()) { in HandleShellCommandConnection()