Searched refs:responseMessage (Results 1 – 2 of 2) sorted by relevance
138 const string& command, VtsDriverControlResponseMessage* responseMessage) { in ExecShellCommand() argument141 responseMessage->add_stdout(result->stdout); in ExecShellCommand()142 responseMessage->add_stderr(result->stderr); in ExecShellCommand()145 responseMessage->add_exit_code(result->exit_code); in ExecShellCommand()174 VtsDriverControlResponseMessage responseMessage; in HandleShellCommandConnection() local177 if (ExecShellCommand(command, &responseMessage) != 0) { in HandleShellCommandConnection()184 responseMessage.set_response_code(VTS_DRIVER_RESPONSE_SUCCESS); in HandleShellCommandConnection()185 if (!driverUtil.VtsSocketSendMessage(responseMessage)) { in HandleShellCommandConnection()
23435 protected java.lang.String responseMessage