Home
last modified time | relevance | path

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

/ohos5.0/base/useriam/user_auth_framework/services/context/inc/
H A Dauth_widget_helper.h30 static int32_t CheckValidSolution(int32_t userId,
/ohos5.0/base/useriam/user_auth_framework/test/unittest/services/src/
H A Dauth_widget_helper_test.cpp102 EXPECT_FALSE(AuthWidgetHelper::CheckValidSolution(userId, authTypeList, atl, validTypeList));
/ohos5.0/base/useriam/user_auth_framework/services/ipc/inc/
H A Duser_auth_service.h104 …int32_t CheckValidSolution(int32_t userId, const AuthParamInner &authParam, const WidgetParam &wid…
/ohos5.0/base/useriam/user_auth_framework/services/context/src/
H A Dauth_widget_helper.cpp137 int32_t AuthWidgetHelper::CheckValidSolution(int32_t userId, in CheckValidSolution() function in OHOS::UserIam::UserAuth::AuthWidgetHelper
/ohos5.0/base/useriam/user_auth_framework/test/fuzztest/services/context/remoteauthcontext_fuzzer/
H A Dremote_auth_context_fuzzer.cpp247 AuthWidgetHelper::CheckValidSolution(userId, authTypeList, atl, validTypeList); in FuzzCheckValidSolution()
/ohos5.0/base/useriam/user_auth_framework/services/ipc/src/
H A Duser_auth_service.cpp1009 int32_t UserAuthService::CheckValidSolution(int32_t userId, const AuthParamInner &authParam, in CheckValidSolution() function in OHOS::UserIam::UserAuth::UserAuthService
1012 int32_t ret = AuthWidgetHelper::CheckValidSolution( in CheckValidSolution()
1115 checkRet = CheckValidSolution(para.userId, authParam, widgetParam, validType); in AuthWidget()
/ohos5.0/base/useriam/user_auth_framework/test/fuzztest/services/userauthservice_fuzzer/
H A Duser_auth_service_fuzzer.cpp397 g_userAuthService.CheckValidSolution(userId, authParam, widgetParam, validType); in FuzzCheckValidSolution()