Lines Matching refs:USER_ID
33 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()
181 ASSERT_EQ(USER_ID, deserialized_msg.user_id); in TEST()
199 VerifyResponse msg(USER_ID, auth_token); in TEST()
210 ASSERT_EQ(USER_ID, deserialized_msg.user_id); in TEST()