Home
last modified time | relevance | path

Searched defs:EnrollResponse (Results 1 – 3 of 3) sorted by relevance

/aosp12/system/gatekeeper/include/gatekeeper/
H A Dgatekeeper_messages.h222 struct EnrollResponse : public GateKeeperMessage { struct
233 SizedBuffer enrolled_password_handle;
/aosp12/system/gatekeeper/
H A Dgatekeeper_messages.cpp276 EnrollResponse::EnrollResponse(uint32_t user_id, SizedBuffer enrolled_password_handle) { in EnrollResponse() function in gatekeeper::EnrollResponse
/aosp12/system/gatekeeper/tests/
H A Dgatekeeper_messages_test.cpp128 TEST(RoundTripTest, EnrollResponse) { in TEST() argument