Home
last modified time | relevance | path

Searched refs:FindSession (Results 1 - 9 of 9) sorted by relevance

/foundation/filemanagement/dfs_service/services/distributedfiledaemon/include/network/
H A Dsession_pool.h36 bool FindSession(int32_t sessionId);
H A Dnetwork_agent_template.h66 bool FindSession(int32_t sessionId);
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/network/
H A Dnetwork_agent_template.cpp137 bool NetworkAgentTemplate::FindSession(int32_t sessionId) in FindSession() function in OHOS::Storage::DistributedFile::NetworkAgentTemplate
139 return sessionPool_.FindSession(sessionId); in FindSession()
H A Dsession_pool.cpp36 bool SessionPool::FindSession(int32_t sessionId) in FindSession() function in OHOS::Storage::DistributedFile::SessionPool
/foundation/multimodalinput/input/intention/ipc/socket/include/
H A Dsocket_session_manager.h69 std::shared_ptr<SocketSession> FindSession(int32_t fd) const;
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/network/softbus/
H A Dsoftbus_agent.cpp294 if (FindSession(sessionId)) { in OnSessionOpened()
302 if (!FindSession(sessionId)) { in OnSessionOpened()
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/test/unittest/network/
H A Dnetwork_agent_template_test.cpp227 * @tc.desc: Verify the FindSession function.
236 NetworkAgentTemplate::FindSession(TEST_SESSION_ID); in HWTEST_F()
H A Dsession_pool_test.cpp151 * @tc.desc: Verify the FindSession by Cid function.
167 bool flag = pool->FindSession(TEST_SESSION_ID); in HWTEST_F()
181 * @tc.desc: Verify the FindSession by Cid function.
196 bool flag = pool->FindSession(TEST_SESSION_ID_TWO); in HWTEST_F()
/foundation/multimodalinput/input/intention/ipc/socket/src/
H A Dsocket_session_manager.cpp196 std::shared_ptr<SocketSession> SocketSessionManager::FindSession(int32_t fd) const in FindSession() function in OHOS::Msdp::DeviceStatus::SocketSessionManager

Completed in 5 milliseconds