Home
last modified time | relevance | path

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

/ohos5.0/base/useriam/user_auth_framework/services/context/src/
H A Dauth_widget_helper.cpp138 …d::vector<AuthType> &authTypeList, const AuthTrustLevel &atl, std::vector<AuthType> &validTypeList) in CheckValidSolution() argument
161 validTypeList.clear(); in CheckValidSolution()
164 validTypeList.emplace_back(static_cast<AuthType>(type)); in CheckValidSolution()
/ohos5.0/base/useriam/user_auth_framework/test/unittest/services/src/
H A Dauth_widget_helper_test.cpp101 std::vector<AuthType> validTypeList; variable
102 EXPECT_FALSE(AuthWidgetHelper::CheckValidSolution(userId, authTypeList, atl, validTypeList));
/ohos5.0/base/useriam/user_auth_framework/services/context/inc/
H A Dauth_widget_helper.h31 …::vector<AuthType> &authTypeList, const AuthTrustLevel &atl, std::vector<AuthType> &validTypeList);
/ohos5.0/base/useriam/user_auth_framework/test/fuzztest/services/context/remoteauthcontext_fuzzer/
H A Dremote_auth_context_fuzzer.cpp246 std::vector<AuthType> validTypeList = {PIN, FACE, FINGERPRINT}; in FuzzCheckValidSolution() local
247 AuthWidgetHelper::CheckValidSolution(userId, authTypeList, atl, validTypeList); in FuzzCheckValidSolution()