Searched refs:OccupySession (Results 1 - 7 of 7) sorted by relevance
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/include/network/ |
H A D | session_pool.h | 35 void OccupySession(int32_t sessionId, uint8_t linkType);
|
H A D | network_agent_template.h | 65 void OccupySession(int32_t sessionId, uint8_t linkType);
|
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/network/softbus/ |
H A D | softbus_agent.cpp | 199 OccupySession(socketId, linkType); in OpenSession() 247 OccupySession(socketId, linkType); in OpenApSession() 303 OccupySession(sessionId, 0); in OnSessionOpened()
|
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/network/ |
H A D | network_agent_template.cpp | 132 void NetworkAgentTemplate::OccupySession(int32_t sessionId, uint8_t linkType) in OccupySession() function in OHOS::Storage::DistributedFile::NetworkAgentTemplate 134 sessionPool_.OccupySession(sessionId, linkType); in OccupySession()
|
H A D | session_pool.cpp | 30 void SessionPool::OccupySession(int32_t sessionId, uint8_t linkType) in OccupySession() function in OHOS::Storage::DistributedFile::SessionPool
|
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/test/unittest/network/ |
H A D | network_agent_template_test.cpp | 207 * @tc.desc: Verify the OccupySession function. 216 NetworkAgentTemplate::OccupySession(TEST_SESSION_ID, 1); in HWTEST_F()
|
H A D | session_pool_test.cpp | 125 * @tc.desc: Verify the OccupySession by Cid function. 139 pool->OccupySession(TEST_SESSION_ID, 1); in HWTEST_F()
|
Completed in 4 milliseconds