Searched refs:ContextPoolImpl (Results 1 – 1 of 1) sorted by relevance
32 class ContextPoolImpl final : public ContextPool, public Singleton<ContextPoolImpl> { class48 bool ContextPoolImpl::Insert(const std::shared_ptr<Context> &context) in Insert()68 bool ContextPoolImpl::Delete(uint64_t contextId) in Delete()86 std::weak_ptr<Context> ContextPoolImpl::Select(uint64_t contextId) const in Select()97 std::vector<std::weak_ptr<Context>> ContextPoolImpl::Select(ContextType contextType) const in Select()112 std::shared_ptr<ScheduleNode> ContextPoolImpl::SelectScheduleNodeByScheduleId(uint64_t scheduleId) in SelectScheduleNodeByScheduleId()127 bool ContextPoolImpl::RegisterContextPoolListener(const std::shared_ptr<ContextPoolListener> &liste… in RegisterContextPoolListener()138 bool ContextPoolImpl::DeregisterContextPoolListener(const std::shared_ptr<ContextPoolListener> &lis… in DeregisterContextPoolListener()146 return ContextPoolImpl::GetInstance(); in Instance()