Home
last modified time | relevance | path

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

/test/vts/drivers/shell/
DShellDriver.cpp163 if (cmd_msg.command_type() == EXIT) { in HandleShellCommandConnection()
166 } else if (cmd_msg.command_type() != EXECUTE_COMMAND) { in HandleShellCommandConnection()
167 LOG(ERROR) << "Unknown command type " << cmd_msg.command_type(); in HandleShellCommandConnection()
/test/vts/runners/host/tcp_client/
Dvts_tcp_client.py630 command_type, argument
664 command_msg.command_type = command_type
666 COMMAND_TYPE_NAME[command_type])
667 if command_type == 202:
/test/vts/drivers/hal/server/
DSocketServer.cpp108 LOG(DEBUG) << " command_type " << command_message.command_type(); in ProcessOneCommand()
109 switch (command_message.command_type()) { in ProcessOneCommand()
/test/vts/agents/hal/
DAgentRequestHandler.cpp551 LOG(DEBUG) << "command_type = " << command_msg.command_type();
552 switch (command_msg.command_type()) {
580 LOG(ERROR) << " ERROR unknown command " << command_msg.command_type();
/test/vts/harnesses/tradefed/tests/res/testtype/
Dvts_multi_device_test_parser_output_error.txt4 …tParser: Standard output: [VTS-Example] 07-08 11:56:25.515 INFO command command_type: SET_HOST_INFO
47 [VTS-Example] 07-08 11:56:27.150 INFO command command_type: SET_HOST_INFO
/test/vts/proto/
DVtsDriverControlMessage.proto71 optional VtsDriverCommandType command_type = 1; field
DAndroidSystemControlMessage.proto89 optional CommandType command_type = 1; field