Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/vndk/v30/arm64/include/system/gatekeeper/include/gatekeeper/
Dgatekeeper_messages.h221 struct EnrollResponse : public GateKeeperMessage { struct
232 SizedBuffer enrolled_password_handle;
/aosp_15_r20/prebuilts/vndk/v30/x86/include/system/gatekeeper/include/gatekeeper/
Dgatekeeper_messages.h221 struct EnrollResponse : public GateKeeperMessage { struct
232 SizedBuffer enrolled_password_handle;
/aosp_15_r20/prebuilts/vndk/v30/x86_64/include/system/gatekeeper/include/gatekeeper/
Dgatekeeper_messages.h221 struct EnrollResponse : public GateKeeperMessage { struct
232 SizedBuffer enrolled_password_handle;
/aosp_15_r20/prebuilts/vndk/v30/arm/include/system/gatekeeper/include/gatekeeper/
Dgatekeeper_messages.h221 struct EnrollResponse : public GateKeeperMessage { struct
232 SizedBuffer enrolled_password_handle;
/aosp_15_r20/prebuilts/vndk/v32/arm/include/system/gatekeeper/include/gatekeeper/
Dgatekeeper_messages.h222 struct EnrollResponse : public GateKeeperMessage { struct
233 SizedBuffer enrolled_password_handle;
/aosp_15_r20/prebuilts/vndk/v31/arm64/include/system/gatekeeper/include/gatekeeper/
Dgatekeeper_messages.h222 struct EnrollResponse : public GateKeeperMessage { struct
233 SizedBuffer enrolled_password_handle;
/aosp_15_r20/prebuilts/vndk/v32/x86/include/system/gatekeeper/include/gatekeeper/
Dgatekeeper_messages.h222 struct EnrollResponse : public GateKeeperMessage { struct
233 SizedBuffer enrolled_password_handle;
/aosp_15_r20/prebuilts/vndk/v32/arm64/include/system/gatekeeper/include/gatekeeper/
Dgatekeeper_messages.h222 struct EnrollResponse : public GateKeeperMessage { struct
233 SizedBuffer enrolled_password_handle;
/aosp_15_r20/prebuilts/vndk/v31/arm/include/system/gatekeeper/include/gatekeeper/
Dgatekeeper_messages.h222 struct EnrollResponse : public GateKeeperMessage { struct
233 SizedBuffer enrolled_password_handle;
/aosp_15_r20/prebuilts/vndk/v31/x86/include/system/gatekeeper/include/gatekeeper/
Dgatekeeper_messages.h222 struct EnrollResponse : public GateKeeperMessage { struct
233 SizedBuffer enrolled_password_handle;
/aosp_15_r20/prebuilts/vndk/v32/x86_64/include/system/gatekeeper/include/gatekeeper/
Dgatekeeper_messages.h222 struct EnrollResponse : public GateKeeperMessage { struct
233 SizedBuffer enrolled_password_handle;
/aosp_15_r20/prebuilts/vndk/v31/x86_64/include/system/gatekeeper/include/gatekeeper/
Dgatekeeper_messages.h222 struct EnrollResponse : public GateKeeperMessage { struct
233 SizedBuffer enrolled_password_handle;
/aosp_15_r20/prebuilts/vndk/v33/x86/include/system/gatekeeper/include/gatekeeper/
Dgatekeeper_messages.h224 struct EnrollResponse : public GateKeeperMessage { struct
235 SizedBuffer enrolled_password_handle;
/aosp_15_r20/prebuilts/vndk/v34/x86/include/system/gatekeeper/include/gatekeeper/
Dgatekeeper_messages.h224 struct EnrollResponse : public GateKeeperMessage { struct
235 SizedBuffer enrolled_password_handle;
/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/system/gatekeeper/include/gatekeeper/
Dgatekeeper_messages.h224 struct EnrollResponse : public GateKeeperMessage { struct
235 SizedBuffer enrolled_password_handle;
/aosp_15_r20/prebuilts/vndk/v34/arm/include/system/gatekeeper/include/gatekeeper/
Dgatekeeper_messages.h224 struct EnrollResponse : public GateKeeperMessage { struct
235 SizedBuffer enrolled_password_handle;
/aosp_15_r20/prebuilts/vndk/v34/arm64/include/system/gatekeeper/include/gatekeeper/
Dgatekeeper_messages.h224 struct EnrollResponse : public GateKeeperMessage { struct
235 SizedBuffer enrolled_password_handle;
/aosp_15_r20/system/gatekeeper/include/gatekeeper/
H A Dgatekeeper_messages.h224 struct EnrollResponse : public GateKeeperMessage { struct
235 SizedBuffer enrolled_password_handle;
/aosp_15_r20/prebuilts/vndk/v33/arm/include/system/gatekeeper/include/gatekeeper/
Dgatekeeper_messages.h224 struct EnrollResponse : public GateKeeperMessage { struct
235 SizedBuffer enrolled_password_handle;
/aosp_15_r20/prebuilts/vndk/v34/x86_64/include/system/gatekeeper/include/gatekeeper/
Dgatekeeper_messages.h224 struct EnrollResponse : public GateKeeperMessage { struct
235 SizedBuffer enrolled_password_handle;
/aosp_15_r20/prebuilts/vndk/v33/arm64/include/system/gatekeeper/include/gatekeeper/
Dgatekeeper_messages.h224 struct EnrollResponse : public GateKeeperMessage { struct
235 SizedBuffer enrolled_password_handle;
/aosp_15_r20/system/gatekeeper/tests/
H A Dgatekeeper_messages_test.cpp128 TEST(RoundTripTest, EnrollResponse) { in TEST() argument
/aosp_15_r20/system/gatekeeper/
H A Dgatekeeper_messages.cpp276 EnrollResponse::EnrollResponse(uint32_t user_id, SizedBuffer enrolled_password_handle) { in EnrollResponse() function in gatekeeper::EnrollResponse