Searched refs:authTypes (Results 1 - 2 of 2) sorted by relevance
/test/xts/hats/useriam/userauth/src/ |
H A D | user_auth_hdi.cpp | 594 std::vector<int32_t> authTypes; in HWTEST_F() local 595 FillAuthTypeVector(parcel, authTypes); in HWTEST_F() 599 int32_t ret = g_service.GetValidSolution(userId, authTypes, authTrustLevel, validTypes); in HWTEST_F()
|
/test/xts/hats/useriam/userauth_additional/src/ |
H A D | user_auth_hdi.cpp | 269 * and test different authTypes 1113 std::vector<int32_t> authTypes = {AuthType::ALL, AuthType::PIN, AuthType::FACE, AuthType::FINGERPRINT}; in HWTEST_F() local 1116 EXPECT_NE(g_service.GetValidSolution(userId, authTypes, authTrustLevel, validTypes), 0); in HWTEST_F()
|
Completed in 5 milliseconds