Searched refs:response_proto_data (Results 1 – 2 of 2) sorted by relevance
42 const std::vector<uint8_t>& response_proto_data) override { in OnCommandResponse() argument44 if (!response_proto.ParseFromArray(response_proto_data.data(), in OnCommandResponse()45 response_proto_data.size())) { in OnCommandResponse()106 std::vector<uint8_t> response_proto_data; in SendCommandAndWait() local108 command_proto_data, &response_proto_data); in SendCommandAndWait()114 if (!response_proto.ParseFromArray(response_proto_data.data(), in SendCommandAndWait()115 response_proto_data.size())) { in SendCommandAndWait()
73 const std::vector<uint8_t>& response_proto_data) override { in OnCommandResponse() argument76 if (!response_proto.ParseFromArray(response_proto_data.data(), in OnCommandResponse()77 response_proto_data.size())) { in OnCommandResponse()