Searched refs:UpdateOperationResponse (Results 1 – 6 of 6) sorted by relevance
213 TEST(RoundTrip, UpdateOperationResponse) { in TEST() argument214 UpdateOperationResponse msg; in TEST()218 UniquePtr<UpdateOperationResponse> deserialized(round_trip(msg, 11)); in TEST()353 GARBAGE_TEST(UpdateOperationResponse);
420 UpdateOperationResponse update_response; in SignMessage()471 UpdateOperationResponse update_response; in TEST_F()503 UpdateOperationResponse update_response; in TEST_F()535 UpdateOperationResponse update_response; in TEST_F()647 UpdateOperationResponse update_response; in TEST_F()683 UpdateOperationResponse update_response; in TEST_F()719 UpdateOperationResponse update_response; in TEST_F()755 UpdateOperationResponse update_response; in TEST_F()913 UpdateOperationResponse update_response; in TEST_F()983 UpdateOperationResponse update_response; in TEST_F()[all …]
190 size_t UpdateOperationResponse::NonErrorSerializedSize() const { in NonErrorSerializedSize()194 uint8_t* UpdateOperationResponse::NonErrorSerialize(uint8_t* buf, const uint8_t* end) const { in NonErrorSerialize()198 bool UpdateOperationResponse::NonErrorDeserialize(const uint8_t** buf_ptr, const uint8_t* end) { in NonErrorDeserialize()
212 UpdateOperationResponse* response) { in UpdateOperation()
76 void UpdateOperation(const UpdateOperationRequest& request, UpdateOperationResponse* response);
196 struct UpdateOperationResponse : public KeymasterResponse { struct