Home
last modified time | relevance | path

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

/ohos5.0/base/useriam/user_auth_framework/services/ipc/inc/
H A Duser_auth_service.h92 uint64_t AuthRemoteUser(AuthParamInner &authParam, Authentication::AuthenticationPara &para,
/ohos5.0/base/useriam/user_auth_framework/test/fuzztest/services/userauthservice_fuzzer/
H A Duser_auth_service_fuzzer.cpp482 g_userAuthService.AuthRemoteUser(authParam, para, remoteAuthParam, contextCallback, failReason); in FuzzAuthRemoteUser()
484 g_userAuthService.AuthRemoteUser(authParam, para, remoteAuthParam, contextCallback, failReason); in FuzzAuthRemoteUser()
/ohos5.0/base/useriam/user_auth_framework/services/ipc/src/
H A Duser_auth_service.cpp623 …uint64_t contextId = AuthRemoteUser(authParam, para, remoteAuthParam.value(), contextCallback, fai… in AuthUser()
680 uint64_t UserAuthService::AuthRemoteUser(AuthParamInner &authParam, Authentication::AuthenticationP… in AuthRemoteUser() function in OHOS::UserIam::UserAuth::UserAuthService