/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/ |
H A D | event_stage_test.cpp | 125 HWTEST_F(EventStageTest, OnSessionLost, Function | SmallTest | Level1) 128 eventStage_.OnSessionLost(persistentId);
|
/ohos5.0/foundation/multimodalinput/input/service/interceptor/src/ |
H A D | event_interceptor_handler.cpp | 143 …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 D | event_interceptor_handler.h | 61 void OnSessionLost(SessionPtr session); 89 void OnSessionLost(SessionPtr session);
|
/ohos5.0/foundation/multimodalinput/input/service/monitor/include/ |
H A D | event_monitor_handler.h | 73 void OnSessionLost(SessionPtr session); 123 void OnSessionLost(SessionPtr session);
|
/ohos5.0/foundation/multimodalinput/input/service/event_handler/src/ |
H A D | anr_manager.cpp | 50 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 D | anr_manager.cpp | 105 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 D | event_stage.h | 34 void OnSessionLost(int32_t persistentId);
|
/ohos5.0/foundation/multimodalinput/input/service/event_handler/include/ |
H A D | anr_manager.h | 34 void OnSessionLost(SessionPtr session);
|
/ohos5.0/foundation/window/window_manager/window_scene/intention_event/service/anr_manager/include/ |
H A D | anr_manager.h | 42 void OnSessionLost(int32_t persistentId);
|
/ohos5.0/foundation/multimodalinput/input/service/monitor/src/ |
H A D | event_monitor_handler.cpp | 203 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 D | anr_manager_test.cpp | 353 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 D | inputdevicemanager_fuzzer.cpp | 79 INPUT_DEV_MGR->OnSessionLost(session); in InputDeviceManagerFuzzTest()
|
/ohos5.0/foundation/window/window_manager/window_scene/intention_event/service/event_stage/src/ |
H A D | event_stage.cpp | 93 void EventStage::OnSessionLost(int32_t persistentId) in OnSessionLost() function in OHOS::Rosen::EventStage
|
/ohos5.0/foundation/multimodalinput/input/service/window_manager/include/ |
H A D | i_pointer_drawing_manager.h | 139 virtual void OnSessionLost(int32_t pid) {} in OnSessionLost() function
|
H A D | pointer_drawing_manager.h | 110 void OnSessionLost(int32_t pid) override;
|
H A D | input_windows_manager.h | 238 void OnSessionLost(SessionPtr session);
|
/ohos5.0/foundation/multimodalinput/input/service/monitor/test/ |
H A D | event_monitor_handler_test.cpp | 565 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 D | input_device_manager.h | 103 void OnSessionLost(SessionPtr session);
|
/ohos5.0/foundation/multimodalinput/input/service/interceptor/test/ |
H A D | event_interceptor_handler_test.cpp | 447 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 D | drag_manager.h | 48 void OnSessionLost(SocketSessionPtr session);
|
/ohos5.0/foundation/multimodalinput/input/service/device_manager/src/ |
H A D | input_device_manager.cpp | 862 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 D | drag_manager.cpp | 114 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 D | mock.cpp | 454 void PointerDrawingManager::OnSessionLost(int pid) in OnSessionLost() function in OHOS::PointerDrawingManager
|
H A D | pointer_drawing_manager_ex_test.cpp | 1208 ASSERT_NO_FATAL_FAILURE(pointerDrawMgr.OnSessionLost(pid));
|
/ohos5.0/foundation/multimodalinput/input/service/device_manager/test/ |
H A D | input_device_manager_test.cpp | 873 ASSERT_NO_FATAL_FAILURE(inputDevice.OnSessionLost(session)); 875 ASSERT_NO_FATAL_FAILURE(inputDevice.OnSessionLost(session));
|