Home
last modified time | relevance | path

Searched refs:CreateIdentifyContext (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/useriam/user_auth_framework/test/unittest/services/src/
H A Dcontext_factory_test.cpp91 auto context = factory->CreateIdentifyContext(para, contextCallback);
106 auto context = factory->CreateIdentifyContext(para, contextCallback);
/ohos5.0/base/useriam/user_auth_framework/services/context/inc/
H A Dcontext_factory.h67 …static std::shared_ptr<Context> CreateIdentifyContext(const Identification::IdentificationPara &pa…
/ohos5.0/base/useriam/user_auth_framework/services/context/src/
H A Dcontext_factory.cpp47 std::shared_ptr<Context> ContextFactory::CreateIdentifyContext(const Identification::Identification… in CreateIdentifyContext() function in OHOS::UserIam::UserAuth::ContextFactory
/ohos5.0/base/useriam/user_auth_framework/services/ipc/src/
H A Duser_auth_service.cpp771 auto context = ContextFactory::CreateIdentifyContext(para, contextCallback); in Identify()