Home
last modified time | relevance | path

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

/ohos5.0/base/useriam/user_auth_framework/test/fuzztest/services/userauthservice_fuzzer/
H A Duser_auth_service_fuzzer.cpp408 g_userAuthService.CompleteRemoteAuthParam(remoteAuthParam, localNetworkId); in FuzzCompleteRemoteAuthParam()
411 g_userAuthService.CompleteRemoteAuthParam(remoteAuthParam, localNetworkId); in FuzzCompleteRemoteAuthParam()
413 g_userAuthService.CompleteRemoteAuthParam(remoteAuthParam, localNetworkId); in FuzzCompleteRemoteAuthParam()
/ohos5.0/base/useriam/user_auth_framework/services/ipc/inc/
H A Duser_auth_service.h112 … bool CompleteRemoteAuthParam(RemoteAuthParam &remoteAuthParam, const std::string &localNetworkId);
/ohos5.0/base/useriam/user_auth_framework/services/ipc/src/
H A Duser_auth_service.cpp702 bool completeRet = CompleteRemoteAuthParam(remoteAuthParam, localNetworkId); in AuthRemoteUser()
1356 bool UserAuthService::CompleteRemoteAuthParam(RemoteAuthParam &remoteAuthParam, const std::string &… in CompleteRemoteAuthParam() function in OHOS::UserIam::UserAuth::UserAuthService