Home
last modified time | relevance | path

Searched refs:ScheduleHolderContext (Results 1 - 3 of 3) sorted by relevance

/base/useriam/user_auth_framework/services/context/src/
H A Dschedule_holder_context.cpp25 ScheduleHolderContext::ScheduleHolderContext(uint64_t contextId, std::shared_ptr<ScheduleNode> scheduleNode) in ScheduleHolderContext() function in OHOS::UserIam::UserAuth::ScheduleHolderContext
31 bool ScheduleHolderContext::Start() in Start()
37 bool ScheduleHolderContext::Stop() in Stop()
43 uint64_t ScheduleHolderContext::GetContextId() const in GetContextId()
48 ContextType ScheduleHolderContext::GetContextType() const in GetContextType()
53 std::shared_ptr<ScheduleNode> ScheduleHolderContext::GetScheduleNode(uint64_t scheduleId) const in GetScheduleNode()
61 uint32_t ScheduleHolderContext::GetTokenId() const in GetTokenId()
67 int32_t ScheduleHolderContext::GetLatestError() const in GetLatestError()
73 int32_t ScheduleHolderContext
[all...]
H A Dcontext_factory.cpp121 return Common::MakeShared<ScheduleHolderContext>(newContextId, scheduleNode); in CreateScheduleHolderContext()
/base/useriam/user_auth_framework/services/context/inc/
H A Dschedule_holder_context.h30 class ScheduleHolderContext : public Context, class
31 public std::enable_shared_from_this<ScheduleHolderContext>,
34 ScheduleHolderContext(uint64_t contextId, std::shared_ptr<ScheduleNode> scheduleNode);
35 ~ScheduleHolderContext() override = default;

Completed in 2 milliseconds