Home
last modified time | relevance | path

Searched refs:GetAndUpateOsAccountVerifiedState (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/useriam/user_auth_framework/services/ipc/inc/
H A Duser_auth_service.h114 bool GetAndUpateOsAccountVerifiedState(int32_t userId);
/ohos5.0/base/useriam/user_auth_framework/services/ipc/src/
H A Duser_auth_service.cpp510 para.isOsAccountVerified = GetAndUpateOsAccountVerifiedState(userId); in Auth()
617 para.isOsAccountVerified = GetAndUpateOsAccountVerifiedState(authParam.userId); in AuthUser()
1407 bool UserAuthService::GetAndUpateOsAccountVerifiedState(int32_t userId) in GetAndUpateOsAccountVerifiedState() function in OHOS::UserIam::UserAuth::UserAuthService
/ohos5.0/base/useriam/user_auth_framework/test/fuzztest/services/userauthservice_fuzzer/
H A Duser_auth_service_fuzzer.cpp371 g_userAuthService.GetAndUpateOsAccountVerifiedState(userId); in FuzzGetAndUpateOsAccountVerifiedState()