/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/network/ |
H A D | network_agent_template.cpp | 110 sessionPool_.ReleaseSession(info.GetCid(), false); in DisconnectDeviceByP2P() 116 sessionPool_.ReleaseSession(info.GetCid(), true); in DisconnectDeviceByP2PHmdfs() 124 sessionPool_.ReleaseSession(cid, true); in CloseSessionForOneDevice() 155 sessionPool_.ReleaseSession(fd); in GetSessionProcessInner()
|
H A D | session_pool.cpp | 34 void SessionPool::ReleaseSession(const int32_t fd) in ReleaseSession() function in OHOS::Storage::DistributedFile::SessionPool 82 void SessionPool::ReleaseSession(const std::string &cid, bool releaseServer) in ReleaseSession() function in OHOS::Storage::DistributedFile::SessionPool
|
/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/test/unittest/network/ |
H A D | session_pool_test.cpp | 285 pool->ReleaseSession(1); 323 EXPECT_EQ(pool->ReleaseSession(1), LINK_TYPE_P2P); 334 pool->ReleaseSession(-2); 357 pool->ReleaseSession("testSession", 1); 387 pool->ReleaseSession("testSession", 1); 388 pool->ReleaseSession(peerDeviceId, 1); 390 pool->ReleaseSession(peerDeviceId, 1); 399 pool->ReleaseSession(peerDeviceId, 1); 439 pool->ReleaseSession(peerDeviceId, LINK_TYPE_P2P);
|
/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/include/network/ |
H A D | session_pool.h | 36 void ReleaseSession(const int32_t fd); 37 void ReleaseSession(const std::string &cid, bool releaseServer);
|
/ohos5.0/foundation/distributedhardware/distributed_camera/services/channel/test/unittest/common/channel/ |
H A D | dcamera_channel_sink_impl_test.cpp | 147 int32_t ret = channel_->ReleaseSession(); 178 ret = channel_->ReleaseSession(); 204 int32_t ret = channel_->ReleaseSession(); 269 int32_t ret = channel_->ReleaseSession();
|
H A D | dcamera_channel_source_impl_test.cpp | 159 ret = channel_->ReleaseSession(); 185 int32_t ret = channel_->ReleaseSession();
|
/ohos5.0/base/msdp/device_status/services/native/src/ |
H A D | stream_server.cpp | 183 void StreamServer::ReleaseSession(int32_t fd, epoll_event &ev) in ReleaseSession() function in OHOS::Msdp::DeviceStatus::StreamServer 236 ReleaseSession(fd, ev); in OnEpollRecv() 255 ReleaseSession(fd, ev); in OnEpollEvent()
|
/ohos5.0/foundation/distributedhardware/distributed_screen/services/common/screen_channel/include/ |
H A D | iscreen_channel.h | 30 virtual int32_t ReleaseSession() = 0;
|
/ohos5.0/foundation/distributedhardware/distributed_camera/services/channel/include/ |
H A D | icamera_channel.h | 38 virtual int32_t ReleaseSession();
|
H A D | dcamera_channel_sink_impl.h | 32 int32_t ReleaseSession() override;
|
H A D | dcamera_channel_source_impl.h | 32 int32_t ReleaseSession() override;
|
/ohos5.0/foundation/multimodalinput/input/service/module_loader/src/ |
H A D | uds_server.cpp | 224 void UDSServer::ReleaseSession(int32_t fd, epoll_event& ev) in ReleaseSession() function in OHOS::MMI::UDSServer 283 ReleaseSession(fd, ev); in OnEpollRecv() 302 ReleaseSession(fd, ev); in OnEpollEvent()
|
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/test/unittest/common/distributedcameramgr/ |
H A D | mock_camera_channel.h | 54 int32_t ReleaseSession() in ReleaseSession() function
|
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/sinkservice/test/unittest/common/distributedcameramgr/ |
H A D | mock_camera_channel.h | 54 int32_t ReleaseSession() in ReleaseSession() function
|
/ohos5.0/foundation/multimodalinput/input/intention/ipc/socket/src/ |
H A D | socket_session_manager.cpp | 148 ReleaseSession(source->GetFd()); in DispatchOne() 153 void SocketSessionManager::ReleaseSession(int32_t fd) in ReleaseSession() function in OHOS::Msdp::DeviceStatus::SocketSessionManager
|
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/sinkservice/src/distributedcameramgr/ |
H A D | dcamera_sink_output.cpp | 116 ret = iterCon->second->ReleaseSession(); in CloseChannel() 127 ret = iterSnap->second->ReleaseSession(); in CloseChannel()
|
/ohos5.0/base/msdp/device_status/test/unittest/intention/ipc/src/ |
H A D | socket_session_test.cpp | 436 g_socketSessionManager->ReleaseSession(fd); 459 g_socketSessionManager->ReleaseSession(fd); 578 g_socketSessionManager->ReleaseSession(fd);
|
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screentransport/test/unittest/screentranstestutils/include/ |
H A D | screentrans_test_utils.h | 89 int32_t ReleaseSession() override in ReleaseSession() function
|
/ohos5.0/base/msdp/device_status/intention/ipc/socket/src/ |
H A D | socket_session_manager.cpp | 152 ReleaseSession(source->GetFd()); in DispatchOne() 157 void SocketSessionManager::ReleaseSession(int32_t fd) in ReleaseSession() function in OHOS::Msdp::DeviceStatus::SocketSessionManager
|
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screentransport/screendatachannel/include/ |
H A D | screen_data_channel_impl.h | 36 int32_t ReleaseSession() override;
|
/ohos5.0/foundation/multimodalinput/input/intention/ipc/socket/include/ |
H A D | socket_session_manager.h | 67 void ReleaseSession(int32_t fd);
|
/ohos5.0/foundation/filemanagement/dfs_service/services/cloudsyncservice/include/transport/softbus/ |
H A D | session_manager.h | 46 void ReleaseSession(SoftbusSession::DataType type, const std::string &peerDeviceId);
|
/ohos5.0/base/msdp/device_status/intention/ipc/socket/include/ |
H A D | socket_session_manager.h | 68 void ReleaseSession(int32_t fd);
|
/ohos5.0/base/web/webview/ohos_adapter/camera_adapter/src/ |
H A D | camera_manager_adapter_impl.cpp | 642 ReleaseSession(); in RestartSession() 658 ReleaseSession(); in StopSession() 666 int32_t CameraManagerAdapterImpl::ReleaseSession() in ReleaseSession() function in OHOS::NWeb::CameraManagerAdapterImpl 708 ReleaseSession(); in ReleaseCameraManger() 785 ReleaseSession(); in StartStreamInner()
|
/ohos5.0/base/msdp/device_status/services/native/include/ |
H A D | stream_server.h | 71 void ReleaseSession(int32_t fd, epoll_event &ev);
|