Home
last modified time | relevance | path

Searched refs:USER_ID (Results 1 – 1 of 1) sorted by relevance

/system/gatekeeper/tests/
Dgatekeeper_messages_test.cpp33 static const uint32_t USER_ID = 3857; variable
54 EnrollRequest msg(USER_ID, NULL, provided_password, NULL); in TEST()
66 ASSERT_EQ(USER_ID, deserialized_msg.user_id); in TEST()
83 EnrollRequest msg(USER_ID, &handle, provided_password, &enrolled); in TEST()
95 ASSERT_EQ(USER_ID, deserialized_msg.user_id); in TEST()
114 EnrollRequest msg(USER_ID, password_handle, provided_password, enrolled_password); in TEST()
128 ASSERT_EQ(USER_ID, deserialized_msg.user_id); in TEST()
146 EnrollResponse msg(USER_ID, enrolled_password); in TEST()
158 ASSERT_EQ(USER_ID, deserialized_msg.user_id); in TEST()
170 VerifyRequest msg(USER_ID, 1, password_handle, provided_password); in TEST()
[all …]