Home
last modified time | relevance | path

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

/base/useriam/user_auth_framework/services/context/src/
Didentify_context.cpp27 IdentifyContext::IdentifyContext(uint64_t contextId, std::shared_ptr<Identification> identify, in IdentifyContext() function in OHOS::UserIam::UserAuth::IdentifyContext
34 ContextType IdentifyContext::GetContextType() const in GetContextType()
39 uint32_t IdentifyContext::GetTokenId() const in GetTokenId()
44 bool IdentifyContext::OnStart() in OnStart()
62 void IdentifyContext::OnResult(int32_t resultCode, const std::shared_ptr<Attributes> &scheduleResul… in OnResult()
78 bool IdentifyContext::OnStop() in OnStop()
95 bool IdentifyContext::UpdateScheduleResult(const std::shared_ptr<Attributes> &scheduleResultAttr, in UpdateScheduleResult()
112 void IdentifyContext::InvokeResultCallback(const Identification::IdentifyResultInfo &resultInfo) co… in InvokeResultCallback()
Dcontext_factory.cpp57 return Common::MakeShared<IdentifyContext>(newContextId, identify, callback); in CreateIdentifyContext()
/base/useriam/user_auth_framework/services/context/inc/
Didentify_context.h28 class IdentifyContext : public BaseContext {
30 IdentifyContext(uint64_t contextId, std::shared_ptr<Identification> identify,
32 ~IdentifyContext() override = default;
/base/useriam/user_auth_framework/test/unittest/services/src/
Didentify_context_test.cpp66 auto oriContext = Common::MakeShared<IdentifyContext>(testContestId, identify, contextCallback);
91 …auto oriContext = Common::MakeShared<IdentifyContext>(testContestId, mockIdentify, contextCallback…
109 …auto oriContext = Common::MakeShared<IdentifyContext>(testContestId, mockIdentify, contextCallback…
133 std::shared_ptr<Context> context = Common::MakeShared<IdentifyContext>(testContestId,
154 std::shared_ptr<Context> context = Common::MakeShared<IdentifyContext>(testContestId,
177 std::shared_ptr<Context> context = Common::MakeShared<IdentifyContext>(testContestId,
201 std::shared_ptr<Context> context = Common::MakeShared<IdentifyContext>(testContestId,
228 std::shared_ptr<Context> context = Common::MakeShared<IdentifyContext>(testContestId,
252 std::shared_ptr<Context> context = Common::MakeShared<IdentifyContext>(testContestId,
267 std::shared_ptr<Context> context = Common::MakeShared<IdentifyContext>(testContestId,
[all …]