Searched refs:IdentifyContext (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/base/useriam/user_auth_framework/services/context/src/ |
H A D | identify_context.cpp | 26 IdentifyContext::IdentifyContext(uint64_t contextId, std::shared_ptr<Identification> identify, in IdentifyContext() function in OHOS::UserIam::UserAuth::IdentifyContext 33 ContextType IdentifyContext::GetContextType() const in GetContextType() 38 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()
|
H A D | context_factory.cpp | 56 return Common::MakeShared<IdentifyContext>(newContextId, identify, callback); in CreateIdentifyContext()
|
/ohos5.0/base/useriam/user_auth_framework/test/unittest/services/src/ |
H A D | identify_context_test.cpp | 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, 283 Common::MakeShared<IdentifyContext>(testContestId, mockIdentify, contextCallback); 307 Common::MakeShared<IdentifyContext>(testContestId, mockIdentify, contextCallback); 329 Common::MakeShared<IdentifyContext>(testContestId, mockIdentify, contextCallback); [all …]
|
/ohos5.0/base/useriam/user_auth_framework/services/context/inc/ |
H A D | identify_context.h | 28 class IdentifyContext : public BaseContext { 30 IdentifyContext(uint64_t contextId, std::shared_ptr<Identification> identify, 32 ~IdentifyContext() override = default;
|