Home
last modified time | relevance | path

Searched refs:NotifySessionDeleted (Results 1 - 5 of 5) sorted by relevance

/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
/foundation/multimodalinput/input/intention/ipc/socket/include/
H A Dsocket_session_manager.h73 void NotifySessionDeleted(std::shared_ptr<SocketSession> sessionPtr);
/foundation/multimodalinput/input/service/module_loader/include/
H A Duds_server.h82 void NotifySessionDeleted(SessionPtr ses);
/foundation/multimodalinput/input/service/module_loader/src/
H A Duds_server.cpp400 NotifySessionDeleted(it->second); in DelSession()
412 void UDSServer::NotifySessionDeleted(SessionPtr ses) in NotifySessionDeleted() function in OHOS::MMI::UDSServer
/foundation/multimodalinput/input/service/module_loader/test/
H A Duds_server_test.cpp534 * @tc.desc: Test the function NotifySessionDeleted
553 udsServer.NotifySessionDeleted(sess); in HWTEST_F()
825 * @tc.desc: Test the NotifySessionDeleted function of UDSServer
834 ASSERT_NO_FATAL_FAILURE(udsServer.NotifySessionDeleted(ses)); in HWTEST_F()

Completed in 4 milliseconds