Home
last modified time | relevance | path

Searched refs:userId2 (Results 1 - 3 of 3) sorted by relevance

/drivers/peripheral/user_auth/test/unittest/database/
H A Didm_database_test.cpp174 constexpr int32_t userId2 = 1123; in HWTEST_F() local
179 userInfo.userId = userId2; in HWTEST_F()
189 constexpr int32_t userId2 = 1336; in HWTEST_F() local
196 userInfo2.userId = userId2; in HWTEST_F()
545 constexpr int32_t userId2 = 10; in HWTEST_F() local
549 SetCredentialConditionUserId(&limit, userId2); in HWTEST_F()
577 constexpr int32_t userId2 = 1002; in HWTEST_F() local
584 userInfo2.userId = userId2; in HWTEST_F()
609 constexpr int32_t userId2 = 1001; in HWTEST_F() local
616 int32_t userId = userId2; in HWTEST_F()
623 constexpr int32_t userId2 = 1001; HWTEST_F() local
[all...]
/drivers/peripheral/user_auth/test/unittest/idm_test/
H A Duser_idm_funcs_test.cpp194 constexpr int32_t userId2 = 1122; in HWTEST_F() local
202 session.userId = userId2; in HWTEST_F()
/drivers/peripheral/user_auth/test/unittest/service_test/src/
H A Duser_auth_interface_service_test.cpp173 constexpr int32_t userId2 = 2245; in HWTEST_F() local
175 EXPECT_EQ(service->OpenSession(userId2, challenge2), 0); in HWTEST_F()
179 EXPECT_EQ(service->CloseSession(userId2), 2); in HWTEST_F()

Completed in 6 milliseconds