Home
last modified time | relevance | path

Searched refs:OnSessionLost (Results 1 - 21 of 21) sorted by relevance

/foundation/multimodalinput/input/service/interceptor/include/
H A Devent_interceptor_handler.h61 void OnSessionLost(SessionPtr session);
89 void OnSessionLost(SessionPtr session);
/foundation/multimodalinput/input/service/event_handler/include/
H A Danr_manager.h34 void OnSessionLost(SessionPtr session);
/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
/foundation/multimodalinput/input/service/interceptor/src/
H A Devent_interceptor_handler.cpp152 udsServerPtr->AddSessionDeletedCallback([this] (SessionPtr session) { this->OnSessionLost(session); }); in InitSessionLostCallback()
157 void EventInterceptorHandler::OnSessionLost(SessionPtr session) in OnSessionLost() function in OHOS::MMI::EventInterceptorHandler
159 interceptors_.OnSessionLost(session); in OnSessionLost()
362 void EventInterceptorHandler::InterceptorCollection::OnSessionLost(SessionPtr session) in OnSessionLost() function in OHOS::MMI::EventInterceptorHandler::InterceptorCollection
/foundation/multimodalinput/input/service/monitor/include/
H A Devent_monitor_handler.h74 void OnSessionLost(SessionPtr session);
157 void OnSessionLost(SessionPtr session);
/foundation/multimodalinput/input/service/window_manager/include/
H A Di_pointer_drawing_manager.h144 virtual void OnSessionLost(int32_t pid) {} in OnSessionLost() function in OHOS::MMI::IPointerDrawingManager
H A Dpointer_drawing_manager.h118 void OnSessionLost(int32_t pid) override;
H A Dinput_windows_manager.h237 void OnSessionLost(SessionPtr session);
/foundation/multimodalinput/input/test/fuzztest/inputdevicemanager_fuzzer/
H A Dinputdevicemanager_fuzzer.cpp79 INPUT_DEV_MGR->OnSessionLost(session); in InputDeviceManagerFuzzTest()
/foundation/multimodalinput/input/service/event_handler/test/
H A Danr_manager_test.cpp343 * @tc.desc: Cover the OnSessionLost function branch
353 ASSERT_NO_FATAL_FAILURE(anrMgr.OnSessionLost(sess)); in HWTEST_F()
356 ASSERT_NO_FATAL_FAILURE(anrMgr.OnSessionLost(sess)); in HWTEST_F()
/foundation/multimodalinput/input/service/device_manager/include/
H A Dinput_device_manager.h101 void OnSessionLost(SessionPtr session);
/foundation/multimodalinput/input/service/monitor/src/
H A Devent_monitor_handler.cpp214 return this->OnSessionLost(session); in InitSessionLostCallback()
220 void EventMonitorHandler::OnSessionLost(SessionPtr session) in OnSessionLost() function in OHOS::MMI::EventMonitorHandler
222 monitors_.OnSessionLost(session); in OnSessionLost()
660 void EventMonitorHandler::MonitorCollection::OnSessionLost(SessionPtr session) in OnSessionLost() function in OHOS::MMI::EventMonitorHandler::MonitorCollection
/foundation/multimodalinput/input/service/interceptor/test/
H A Devent_interceptor_handler_test.cpp427 * @tc.desc: Test OnSessionLost
447 ASSERT_NO_FATAL_FAILURE(interceptorHandler.OnSessionLost(sessionFirst)); in HWTEST_F()
452 * @tc.desc: Test OnSessionLost
470 ASSERT_NO_FATAL_FAILURE(interceptorHandler.OnSessionLost(sessionFirst)); in HWTEST_F()
654 * @tc.desc: Test OnSessionLost
663 ASSERT_NO_FATAL_FAILURE(interceptorHandler.OnSessionLost(sess)); in HWTEST_F()
/foundation/multimodalinput/input/service/monitor/test/
H A Devent_monitor_handler_test.cpp668 * @tc.desc: Test OnSessionLost
679 ASSERT_NO_FATAL_FAILURE(eventMonitorHandler.OnSessionLost(session)); in HWTEST_F()
683 ASSERT_NO_FATAL_FAILURE(eventMonitorHandler.OnSessionLost(session)); in HWTEST_F()
805 * @tc.desc: Test OnSessionLost
820 ASSERT_NO_FATAL_FAILURE(eventMonitorHandler.OnSessionLost(session)); in HWTEST_F()
825 ASSERT_NO_FATAL_FAILURE(eventMonitorHandler.OnSessionLost(session)); in HWTEST_F()
/foundation/multimodalinput/input/service/device_manager/src/
H A Dinput_device_manager.cpp842 return this->OnSessionLost(session); in InitSessionLostCallback()
849 void InputDeviceManager::OnSessionLost(SessionPtr session) in OnSessionLost() function in OHOS::MMI::InputDeviceManager
/foundation/multimodalinput/input/service/window_manager/test/
H A Dmock.cpp381 void PointerDrawingManager::OnSessionLost(int pid) in OnSessionLost() function in OHOS::PointerDrawingManager
H A Dpointer_drawing_manager_ex_test.cpp1461 * @tc.desc: Test OnSessionLost
1475 ASSERT_NO_FATAL_FAILURE(pointerDrawMgr.OnSessionLost(pid)); in HWTEST_F()
H A Dinput_windows_manager_test.cpp1013 WIN_MGR->OnSessionLost(session); in HWTEST_F()
3010 * @tc.desc: Test OnSessionLost
3033 EXPECT_NO_FATAL_FAILURE(inputWindowsManager.OnSessionLost(sess)); in HWTEST_F()
3037 EXPECT_NO_FATAL_FAILURE(inputWindowsManager.OnSessionLost(session)); in HWTEST_F()
/foundation/multimodalinput/input/service/device_manager/test/
H A Dinput_device_manager_test.cpp857 * @tc.desc: Test the function OnSessionLost
873 ASSERT_NO_FATAL_FAILURE(inputDevice.OnSessionLost(session)); in HWTEST_F()
875 ASSERT_NO_FATAL_FAILURE(inputDevice.OnSessionLost(session)); in HWTEST_F()
/foundation/multimodalinput/input/service/window_manager/src/
H A Dinput_windows_manager.cpp190 udsServer_->AddSessionDeletedCallback([this] (SessionPtr session) { return this->OnSessionLost(session); }); in Init()
1809 void InputWindowsManager::OnSessionLost(SessionPtr session) in UpdateDisplayInfo() function in OHOS::MMI::InputWindowsManager
1814 IPointerDrawingManager::GetInstance()->OnSessionLost(pid); in UpdateDisplayInfo()
H A Dpointer_drawing_manager.cpp2356 void PointerDrawingManager::OnSessionLost(int32_t pid) in OnSessionLost() function in OHOS::MMI::PointerDrawingManager

Completed in 36 milliseconds