Home
last modified time | relevance | path

Searched refs:HoldSession (Results 1 - 4 of 4) sorted by relevance

/foundation/filemanagement/dfs_service/services/distributedfiledaemon/include/network/
H A Dsession_pool.h37 void HoldSession(std::shared_ptr<BaseSession> session, const std::string backStage);
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/network/
H A Dnetwork_agent_template.cpp152 sessionPool_.HoldSession(session, backStage); in AcceptSession()
H A Dsession_pool.cpp47 void SessionPool::HoldSession(shared_ptr<BaseSession> session, const std::string backStage) in HoldSession() function in OHOS::Storage::DistributedFile::SessionPool
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/test/unittest/network/
H A Dsession_pool_test.cpp209 * @tc.desc: Verify the HoldSession function.
225 pool->HoldSession(session, "Server"); in HWTEST_F()
238 * @tc.desc: Verify the HoldSession function.
258 pool->HoldSession(session, "Server"); in HWTEST_F()

Completed in 3 milliseconds