Searched refs:CreateSimpleAuthContext (Results 1 – 5 of 5) sorted by relevance
63 auto context = factory->CreateSimpleAuthContext(para, contextCallback);78 auto context = factory->CreateSimpleAuthContext(para, contextCallback);
61 …static std::shared_ptr<Context> CreateSimpleAuthContext(const Authentication::AuthenticationPara &…
34 std::shared_ptr<Context> ContextFactory::CreateSimpleAuthContext(const Authentication::Authenticati… in CreateSimpleAuthContext() function in OHOS::UserIam::UserAuth::ContextFactory
194 auto context = ContextFactory::CreateSimpleAuthContext(para, widgetCallback); in BuildTask()
518 auto context = ContextFactory::CreateSimpleAuthContext(para, contextCallback); in StartAuthContext()