Searched refs:ContextPoolImpl (Results 1 – 1 of 1) sorted by relevance
33 class ContextPoolImpl final : public ContextPool, public Singleton<ContextPoolImpl> { class50 bool ContextPoolImpl::Insert(const std::shared_ptr<Context> &context) in Insert()70 bool ContextPoolImpl::Delete(uint64_t contextId) in Delete()88 void ContextPoolImpl::CancelAll() const in CancelAll()103 std::weak_ptr<Context> ContextPoolImpl::Select(uint64_t contextId) const in Select()114 std::vector<std::weak_ptr<Context>> ContextPoolImpl::Select(ContextType contextType) const in Select()129 std::shared_ptr<ScheduleNode> ContextPoolImpl::SelectScheduleNodeByScheduleId(uint64_t scheduleId) in SelectScheduleNodeByScheduleId()144 bool ContextPoolImpl::RegisterContextPoolListener(const std::shared_ptr<ContextPoolListener> &liste… in RegisterContextPoolListener()155 bool ContextPoolImpl::DeregisterContextPoolListener(const std::shared_ptr<ContextPoolListener> &lis… in DeregisterContextPoolListener()163 return ContextPoolImpl::GetInstance(); in Instance()