Searched refs:command_proto (Results 1 – 1 of 1) sorted by relevance
75 SendCommandRequest command_proto; in SendCommand() local76 command_proto.set_command(command); in SendCommand()78 command_proto_data.resize(command_proto.ByteSize()); in SendCommand()79 if (!command_proto.SerializeToArray(command_proto_data.data(), in SendCommand()96 SendCommandRequest command_proto; in SendCommandAndWait() local97 command_proto.set_command(command); in SendCommandAndWait()99 command_proto_data.resize(command_proto.ByteSize()); in SendCommandAndWait()100 if (!command_proto.SerializeToArray(command_proto_data.data(), in SendCommandAndWait()