Home
last modified time | relevance | path

Searched refs:NotifySessionDeleted (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/base/msdp/device_status/intention/ipc/socket/src/
H A Dsocket_session_manager.cpp167 NotifySessionDeleted(session); in ReleaseSession()
185 NotifySessionDeleted(session); in DeleteCollaborationServiceByName()
204 NotifySessionDeleted(session); in ReleaseSessionByPid()
280 void SocketSessionManager::NotifySessionDeleted(std::shared_ptr<SocketSession> session) in NotifySessionDeleted() function in OHOS::Msdp::DeviceStatus::SocketSessionManager
/ohos5.0/foundation/multimodalinput/input/intention/ipc/socket/src/
H A Dsocket_session_manager.cpp162 NotifySessionDeleted(session); in ReleaseSession()
179 NotifySessionDeleted(session); in ReleaseSessionByPid()
250 void SocketSessionManager::NotifySessionDeleted(std::shared_ptr<SocketSession> session) in NotifySessionDeleted() function in OHOS::Msdp::DeviceStatus::SocketSessionManager
/ohos5.0/foundation/multimodalinput/input/intention/ipc/socket/include/
H A Dsocket_session_manager.h73 void NotifySessionDeleted(std::shared_ptr<SocketSession> sessionPtr);
/ohos5.0/base/msdp/device_status/intention/ipc/socket/include/
H A Dsocket_session_manager.h74 void NotifySessionDeleted(std::shared_ptr<SocketSession> sessionPtr);
/ohos5.0/base/msdp/device_status/services/native/include/
H A Dstream_server.h78 void NotifySessionDeleted(SessionPtr ses);
/ohos5.0/base/msdp/device_status/services/native/src/
H A Dstream_server.cpp332 NotifySessionDeleted(it->second); in DelSession()
349 void StreamServer::NotifySessionDeleted(SessionPtr ses) in NotifySessionDeleted() function in OHOS::Msdp::DeviceStatus::StreamServer
/ohos5.0/foundation/multimodalinput/input/service/module_loader/include/
H A Duds_server.h82 void NotifySessionDeleted(SessionPtr ses);
/ohos5.0/foundation/multimodalinput/input/service/module_loader/src/
H A Duds_server.cpp395 NotifySessionDeleted(it->second); in DelSession()
407 void UDSServer::NotifySessionDeleted(SessionPtr ses) in NotifySessionDeleted() function in OHOS::MMI::UDSServer
/ohos5.0/base/msdp/device_status/test/unittest/intention/ipc/src/
H A Dsocket_session_test.cpp457 g_socketSessionManager->NotifySessionDeleted(g_session);
591 g_socketSessionManager->NotifySessionDeleted(g_session);
/ohos5.0/foundation/multimodalinput/input/service/module_loader/test/
H A Duds_server_test.cpp555 udsServer.NotifySessionDeleted(sess);
836 ASSERT_NO_FATAL_FAILURE(udsServer.NotifySessionDeleted(ses));