Home
last modified time | relevance | path

Searched refs:SessionPool (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/test/unittest/network/
H A Dsession_pool_test.cpp135 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 …]
/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/network/
H A Dsession_pool.cpp27 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()
/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/include/network/
H A Dsession_pool.h31 class SessionPool final : protected NoCopyable {
33 explicit SessionPool(std::shared_ptr<KernelTalker> &talker) : talker_(talker) {} in SessionPool() function
34 ~SessionPool() = default;
H A Dnetwork_agent_template.h91 SessionPool sessionPool_;