Searched refs:CheckValidSolution (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/base/useriam/user_auth_framework/services/context/inc/ |
H A D | auth_widget_helper.h | 30 static int32_t CheckValidSolution(int32_t userId,
|
/ohos5.0/base/useriam/user_auth_framework/test/unittest/services/src/ |
H A D | auth_widget_helper_test.cpp | 102 EXPECT_FALSE(AuthWidgetHelper::CheckValidSolution(userId, authTypeList, atl, validTypeList));
|
/ohos5.0/base/useriam/user_auth_framework/services/ipc/inc/ |
H A D | user_auth_service.h | 104 …int32_t CheckValidSolution(int32_t userId, const AuthParamInner &authParam, const WidgetParam &wid…
|
/ohos5.0/base/useriam/user_auth_framework/services/context/src/ |
H A D | auth_widget_helper.cpp | 137 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 D | remote_auth_context_fuzzer.cpp | 247 AuthWidgetHelper::CheckValidSolution(userId, authTypeList, atl, validTypeList); in FuzzCheckValidSolution()
|
/ohos5.0/base/useriam/user_auth_framework/services/ipc/src/ |
H A D | user_auth_service.cpp | 1009 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 D | user_auth_service_fuzzer.cpp | 397 g_userAuthService.CheckValidSolution(userId, authParam, widgetParam, validType); in FuzzCheckValidSolution()
|