Home
last modified time | relevance | path

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

/base/useriam/user_auth_framework/services/context/inc/
Dcontext_factory.h80 …static std::shared_ptr<Context> CreateWidgetAuthContext(std::shared_ptr<ContextCallback> callback);
/base/useriam/user_auth_framework/services/context/src/
Dcontext_factory.cpp74 std::shared_ptr<Context> ContextFactory::CreateWidgetAuthContext(std::shared_ptr<ContextCallback> c… in CreateWidgetAuthContext() function in OHOS::UserIam::UserAuth::ContextFactory
/base/useriam/user_auth_framework/test/unittest/services/src/
Dcontext_factory_test.cpp145 EXPECT_EQ(ContextFactory::CreateWidgetAuthContext(contextCallback), nullptr);