Home
last modified time | relevance | path

Searched refs:OnSessionLost (Results 1 – 25 of 29) sorted by relevance

12

/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Devent_stage_test.cpp125 HWTEST_F(EventStageTest, OnSessionLost, Function | SmallTest | Level1)
128 eventStage_.OnSessionLost(persistentId);
/ohos5.0/foundation/multimodalinput/input/service/interceptor/src/
H A Devent_interceptor_handler.cpp143 …udsServerPtr->AddSessionDeletedCallback([this] (SessionPtr session) { this->OnSessionLost(session)… in InitSessionLostCallback()
148 void EventInterceptorHandler::OnSessionLost(SessionPtr session) in OnSessionLost() function in OHOS::MMI::EventInterceptorHandler
150 interceptors_.OnSessionLost(session); in OnSessionLost()
357 void EventInterceptorHandler::InterceptorCollection::OnSessionLost(SessionPtr session) in OnSessionLost() function in OHOS::MMI::EventInterceptorHandler::InterceptorCollection
/ohos5.0/foundation/multimodalinput/input/service/interceptor/include/
H A Devent_interceptor_handler.h61 void OnSessionLost(SessionPtr session);
89 void OnSessionLost(SessionPtr session);
/ohos5.0/foundation/multimodalinput/input/service/monitor/include/
H A Devent_monitor_handler.h73 void OnSessionLost(SessionPtr session);
123 void OnSessionLost(SessionPtr session);
/ohos5.0/foundation/multimodalinput/input/service/event_handler/src/
H A Danr_manager.cpp50 return this->OnSessionLost(session); in Init()
180 void ANRManager::OnSessionLost(SessionPtr session) in OnSessionLost() function in OHOS::MMI::ANRManager
/ohos5.0/foundation/window/window_manager/window_scene/intention_event/service/anr_manager/src/
H A Danr_manager.cpp105 void ANRManager::OnSessionLost(int32_t persistentId) in OnSessionLost() function in OHOS::Rosen::ANRManager
166 DelayedSingleton<EventStage>::GetInstance()->OnSessionLost(persistentId); in RemovePersistentId()
/ohos5.0/foundation/window/window_manager/window_scene/intention_event/service/event_stage/include/
H A Devent_stage.h34 void OnSessionLost(int32_t persistentId);
/ohos5.0/foundation/multimodalinput/input/service/event_handler/include/
H A Danr_manager.h34 void OnSessionLost(SessionPtr session);
/ohos5.0/foundation/window/window_manager/window_scene/intention_event/service/anr_manager/include/
H A Danr_manager.h42 void OnSessionLost(int32_t persistentId);
/ohos5.0/foundation/multimodalinput/input/service/monitor/src/
H A Devent_monitor_handler.cpp203 return this->OnSessionLost(session); in InitSessionLostCallback()
210 void EventMonitorHandler::OnSessionLost(SessionPtr session) in OnSessionLost() function in OHOS::MMI::EventMonitorHandler
212 monitors_.OnSessionLost(session); in OnSessionLost()
675 void EventMonitorHandler::MonitorCollection::OnSessionLost(SessionPtr session) in OnSessionLost() function in OHOS::MMI::EventMonitorHandler::MonitorCollection
/ohos5.0/foundation/multimodalinput/input/service/event_handler/test/
H A Danr_manager_test.cpp353 ASSERT_NO_FATAL_FAILURE(anrMgr.OnSessionLost(sess));
356 ASSERT_NO_FATAL_FAILURE(anrMgr.OnSessionLost(sess));
/ohos5.0/foundation/multimodalinput/input/test/fuzztest/inputdevicemanager_fuzzer/
H A Dinputdevicemanager_fuzzer.cpp79 INPUT_DEV_MGR->OnSessionLost(session); in InputDeviceManagerFuzzTest()
/ohos5.0/foundation/window/window_manager/window_scene/intention_event/service/event_stage/src/
H A Devent_stage.cpp93 void EventStage::OnSessionLost(int32_t persistentId) in OnSessionLost() function in OHOS::Rosen::EventStage
/ohos5.0/foundation/multimodalinput/input/service/window_manager/include/
H A Di_pointer_drawing_manager.h139 virtual void OnSessionLost(int32_t pid) {} in OnSessionLost() function
H A Dpointer_drawing_manager.h110 void OnSessionLost(int32_t pid) override;
H A Dinput_windows_manager.h238 void OnSessionLost(SessionPtr session);
/ohos5.0/foundation/multimodalinput/input/service/monitor/test/
H A Devent_monitor_handler_test.cpp565 ASSERT_NO_FATAL_FAILURE(eventMonitorHandler.OnSessionLost(session));
569 ASSERT_NO_FATAL_FAILURE(eventMonitorHandler.OnSessionLost(session));
706 ASSERT_NO_FATAL_FAILURE(eventMonitorHandler.OnSessionLost(session));
711 ASSERT_NO_FATAL_FAILURE(eventMonitorHandler.OnSessionLost(session));
/ohos5.0/foundation/multimodalinput/input/service/device_manager/include/
H A Dinput_device_manager.h103 void OnSessionLost(SessionPtr session);
/ohos5.0/foundation/multimodalinput/input/service/interceptor/test/
H A Devent_interceptor_handler_test.cpp447 ASSERT_NO_FATAL_FAILURE(interceptorHandler.OnSessionLost(sessionFirst));
470 ASSERT_NO_FATAL_FAILURE(interceptorHandler.OnSessionLost(sessionFirst));
/ohos5.0/base/msdp/device_status/services/interaction/drag/include/
H A Ddrag_manager.h48 void OnSessionLost(SocketSessionPtr session);
/ohos5.0/foundation/multimodalinput/input/service/device_manager/src/
H A Dinput_device_manager.cpp862 return this->OnSessionLost(session); in InitSessionLostCallback()
869 void InputDeviceManager::OnSessionLost(SessionPtr session) in OnSessionLost() function in OHOS::MMI::InputDeviceManager
/ohos5.0/base/msdp/device_status/services/interaction/drag/src/
H A Ddrag_manager.cpp114 void DragManager::OnSessionLost(SocketSessionPtr session) in OnSessionLost() function in OHOS::Msdp::DeviceStatus::DragManager
132 [this](SocketSessionPtr session) { this->OnSessionLost(session); }); in AddListener()
222 [this](SocketSessionPtr session) { this->OnSessionLost(session); }); in GetPackageName()
/ohos5.0/foundation/multimodalinput/input/service/window_manager/test/
H A Dmock.cpp454 void PointerDrawingManager::OnSessionLost(int pid) in OnSessionLost() function in OHOS::PointerDrawingManager
H A Dpointer_drawing_manager_ex_test.cpp1208 ASSERT_NO_FATAL_FAILURE(pointerDrawMgr.OnSessionLost(pid));
/ohos5.0/foundation/multimodalinput/input/service/device_manager/test/
H A Dinput_device_manager_test.cpp873 ASSERT_NO_FATAL_FAILURE(inputDevice.OnSessionLost(session));
875 ASSERT_NO_FATAL_FAILURE(inputDevice.OnSessionLost(session));

12