Searched refs:UpdateOperationResponse (Results 1 – 12 of 12) sorted by relevance
56 void UpdateOperation(const UpdateOperationRequest& request, UpdateOperationResponse* response);
86 void UpdateOperation(const UpdateOperationRequest& request, UpdateOperationResponse* response);
375 struct UpdateOperationResponse : public KeymasterResponse { struct376 explicit UpdateOperationResponse(int32_t ver = MAX_MESSAGE_VERSION)
285 TEST(RoundTrip, UpdateOperationResponse) { in TEST() argument287 UpdateOperationResponse msg(ver); in TEST()293 UniquePtr<UpdateOperationResponse> deserialized; in TEST()719 GARBAGE_TEST(UpdateOperationResponse);
161 UpdateOperationResponse* response) { in UpdateOperation()
46 using ::keymaster::UpdateOperationResponse;398 UpdateOperationResponse response; in update()
53 using ::keymaster::UpdateOperationResponse;448 UpdateOperationResponse response; in update()
526 UpdateOperationResponse response; in update()
212 size_t UpdateOperationResponse::NonErrorSerializedSize() const { in NonErrorSerializedSize()233 uint8_t* UpdateOperationResponse::NonErrorSerialize(uint8_t* buf, const uint8_t* end) const { in NonErrorSerialize()242 bool UpdateOperationResponse::NonErrorDeserialize(const uint8_t** buf_ptr, const uint8_t* end) { in NonErrorDeserialize()
307 UpdateOperationResponse* response) { in UpdateOperation()
47 using ::keymaster::UpdateOperationResponse;544 UpdateOperationResponse response; in update()
1327 UpdateOperationResponse response; in update()