Searched refs:ScheduleNodeImpl (Results 1 – 4 of 4) sorted by relevance
33 ScheduleNodeImpl::ScheduleNodeImpl(ScheduleInfo &info) : info_(std::move(info)) in ScheduleNodeImpl() function in OHOS::UserIam::UserAuth::ScheduleNodeImpl71 uint64_t ScheduleNodeImpl::GetScheduleId() const in GetScheduleId()76 uint64_t ScheduleNodeImpl::GetContextId() const in GetContextId()81 AuthType ScheduleNodeImpl::GetAuthType() const in GetAuthType()86 uint64_t ScheduleNodeImpl::GetExecutorMatcher() const in GetExecutorMatcher()91 ScheduleMode ScheduleNodeImpl::GetScheduleMode() const in GetScheduleMode()96 std::weak_ptr<ResourceNode> ScheduleNodeImpl::GetCollectorExecutor() const in GetCollectorExecutor()101 std::weak_ptr<ResourceNode> ScheduleNodeImpl::GetVerifyExecutor() const in GetVerifyExecutor()106 std::optional<std::vector<uint64_t>> ScheduleNodeImpl::GetTemplateIdList() const in GetTemplateIdList()114 ScheduleNode::State ScheduleNodeImpl::GetCurrentScheduleState() const in GetCurrentScheduleState()[all …]
34 class ScheduleNodeImpl final : public ScheduleNode,35 public std::enable_shared_from_this<ScheduleNodeImpl>,58 explicit ScheduleNodeImpl(ScheduleInfo &info);59 ~ScheduleNodeImpl() override = default;
58 ScheduleNodeImpl::ScheduleInfo info_;
130 return Common::MakeShared<ScheduleNodeImpl>(info_); in Build()