Home
last modified time | relevance | path

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

/ohos5.0/base/useriam/user_auth_framework/services/context/inc/
H A Dcontext_factory.h63 …static std::shared_ptr<Context> CreateRemoteAuthContext(const Authentication::AuthenticationPara &…
/ohos5.0/base/useriam/user_auth_framework/services/context/src/
H A Dcontext_factory.cpp86 std::shared_ptr<Context> ContextFactory::CreateRemoteAuthContext(const Authentication::Authenticati… in CreateRemoteAuthContext() function in OHOS::UserIam::UserAuth::ContextFactory
H A Dremote_auth_service.cpp157 …std::shared_ptr<Context> context = ContextFactory::CreateRemoteAuthContext(para, remoteAuthContext… in StartRemoteAuthContext()