Home
last modified time | relevance | path

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

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