Searched refs:CreateIdentifyContext (Results 1 – 4 of 4) sorted by relevance
91 auto context = factory->CreateIdentifyContext(para, contextCallback);106 auto context = factory->CreateIdentifyContext(para, contextCallback);
67 …static std::shared_ptr<Context> CreateIdentifyContext(const Identification::IdentificationPara &pa…
47 std::shared_ptr<Context> ContextFactory::CreateIdentifyContext(const Identification::Identification… in CreateIdentifyContext() function in OHOS::UserIam::UserAuth::ContextFactory
771 auto context = ContextFactory::CreateIdentifyContext(para, contextCallback); in Identify()