Searched refs:command_data (Results 1 – 1 of 1) sorted by relevance
34 std::string* command_data) { in ParseCommandProto() argument40 *command_data = request_proto.command(); in ParseCommandProto()83 std::string command_data; in SendCommand() local84 if (!ParseCommandProto(command, &command_data)) { in SendCommand()89 service_->transceiver_->SendCommand(command_data, callback); in SendCommand()109 std::string command_data; in SendCommandAndWait() local110 if (!ParseCommandProto(command, &command_data)) { in SendCommandAndWait()115 CreateResponseProto(service_->transceiver_->SendCommandAndWait(command_data), in SendCommandAndWait()