Searched refs:response_proto (Results 1 – 5 of 5) sorted by relevance
40 ResponseProtobufType response_proto; in SendErrorResponse() local41 get_error_response_.Run(&response_proto); in SendErrorResponse()42 callback_.Run(response_proto); in SendErrorResponse()75 ResponseProtobufType response_proto; in OnCommandResponse() local76 if (!response_proto.ParseFromArray(response_proto_data.data(), in OnCommandResponse()79 get_error_response_.Run(&response_proto); in OnCommandResponse()81 callback_.Run(response_proto); in OnCommandResponse()
43 trunks::SendCommandResponse response_proto; in OnCommandResponse() local44 if (!response_proto.ParseFromArray(response_proto_data.data(), in OnCommandResponse()50 callback_.Run(response_proto.response()); in OnCommandResponse()113 trunks::SendCommandResponse response_proto; in SendCommandAndWait() local114 if (!response_proto.ParseFromArray(response_proto_data.data(), in SendCommandAndWait()119 return response_proto.response(); in SendCommandAndWait()
46 trunks::SendCommandResponse response_proto; in CreateResponseProto() local47 response_proto.set_response(data); in CreateResponseProto()48 response->resize(response_proto.ByteSize()); in CreateResponseProto()49 CHECK(response_proto.SerializeToArray(response->data(), response->size())) in CreateResponseProto()
33 const ResponseProtobufType& response_proto) { in ResponseHandler() argument36 binder_response.resize(response_proto.ByteSize()); in ResponseHandler()37 CHECK(response_proto.SerializeToArray(binder_response.data(), in ResponseHandler()77 ResponseProtobufType response_proto; in RequestHandler() local78 get_error_response.Run(&response_proto); in RequestHandler()79 callback.Run(response_proto); in RequestHandler()
20 oneway void OnCommandResponse(in byte[] response_proto); in OnCommandResponse() argument