Searched refs:SessionPool (Results 1 – 4 of 4) sorted by relevance
135 shared_ptr<SessionPool> pool = make_shared<SessionPool>(kernelTalker);161 shared_ptr<SessionPool> pool = make_shared<SessionPool>(kernelTalker);191 shared_ptr<SessionPool> pool = make_shared<SessionPool>(kernelTalker);221 shared_ptr<SessionPool> pool = make_shared<SessionPool>(kernelTalker);249 shared_ptr<SessionPool> pool = make_shared<SessionPool>(kernelTalker);281 shared_ptr<SessionPool> pool = make_shared<SessionPool>(kernelTalker);307 shared_ptr<SessionPool> pool = make_shared<SessionPool>(kernelTalker);353 shared_ptr<SessionPool> pool = make_shared<SessionPool>(kernelTalker);379 shared_ptr<SessionPool> pool = make_shared<SessionPool>(kernelTalker);426 shared_ptr<SessionPool> pool = make_shared<SessionPool>(kernelTalker);[all …]
27 void SessionPool::HoldSession(shared_ptr<BaseSession> session, const std::string backStage) in HoldSession()34 void SessionPool::ReleaseSession(const int32_t fd) in ReleaseSession()47 bool SessionPool::CheckIfGetSession(const int32_t fd) in CheckIfGetSession()63 void SessionPool::SinkOffline(const std::string &cid) in SinkOffline()71 bool SessionPool::FindSocketId(int32_t socketId) in FindSocketId()82 void SessionPool::ReleaseSession(const std::string &cid, bool releaseServer) in ReleaseSession()103 bool SessionPool::FindCid(const std::string &cid) in FindCid()114 void SessionPool::ReleaseAllSession() in ReleaseAllSession()124 void SessionPool::AddSessionToPool(shared_ptr<BaseSession> session) in AddSessionToPool()
31 class SessionPool final : protected NoCopyable {33 explicit SessionPool(std::shared_ptr<KernelTalker> &talker) : talker_(talker) {} in SessionPool() function34 ~SessionPool() = default;
91 SessionPool sessionPool_;