Home
last modified time | relevance | path

Searched refs:OnDispatchEventProcessed (Results 1 - 6 of 6) sorted by relevance

/foundation/multimodalinput/input/frameworks/proxy/event_handler/test/
H A Dinput_handler_manager_test.cpp122 ASSERT_NO_FATAL_FAILURE(manager.OnDispatchEventProcessed(eventId, actionTime)); in HWTEST_F()
125 ASSERT_NO_FATAL_FAILURE(manager.OnDispatchEventProcessed(eventId, actionTime)); in HWTEST_F()
130 * @tc.desc: Test the funcation OnDispatchEventProcessed
140 ASSERT_NO_FATAL_FAILURE(manager.OnDispatchEventProcessed(eventId, actionTime)); in HWTEST_F()
142 ASSERT_NO_FATAL_FAILURE(manager.OnDispatchEventProcessed(eventId, actionTime)); in HWTEST_F()
241 * @tc.desc: Verify OnDispatchEventProcessed
253 ASSERT_NO_FATAL_FAILURE(manager.OnDispatchEventProcessed(eventId, actionTime)); in HWTEST_F()
258 * @tc.desc: Verify OnDispatchEventProcessed
270 ASSERT_NO_FATAL_FAILURE(manager.OnDispatchEventProcessed(eventId, actionTime)); in HWTEST_F()
275 * @tc.desc: Verify OnDispatchEventProcessed
[all...]
/foundation/multimodalinput/input/frameworks/proxy/event_handler/include/
H A Dinput_handler_manager.h108 void OnDispatchEventProcessed(int32_t eventId, int64_t actionTime);
109 void OnDispatchEventProcessed(int32_t eventId, int64_t actionTime, bool isNeedConsume);
H A Dclient_msg_handler.h69 static void OnDispatchEventProcessed(int32_t eventId, int64_t actionTime);
/foundation/multimodalinput/input/frameworks/proxy/event_handler/src/
H A Dinput_handler_manager.cpp41 [this] (int32_t eventId, int64_t actionTime) { return this->OnDispatchEventProcessed(eventId, actionTime); }; in InputHandlerManager()
44 return this->OnDispatchEventProcessed(eventId, actionTime, true); in InputHandlerManager()
758 void InputHandlerManager::OnDispatchEventProcessed(int32_t eventId, int64_t actionTime) in OnDispatchEventProcessed() function in OHOS::MMI::InputHandlerManager
770 void InputHandlerManager::OnDispatchEventProcessed(int32_t eventId, int64_t actionTime, bool isNeedConsume) in OnDispatchEventProcessed() function in OHOS::MMI::InputHandlerManager
772 OnDispatchEventProcessed(eventId, actionTime); in OnDispatchEventProcessed()
H A Dclient_msg_handler.cpp100 return ClientMsgHandler::OnDispatchEventProcessed(eventId, actionTime); in InitProcessedCallback()
382 void ClientMsgHandler::OnDispatchEventProcessed(int32_t eventId, int64_t actionTime) in OnDispatchEventProcessed() function in OHOS::MMI::ClientMsgHandler
/foundation/window/window_manager/window_scene/session/container/include/
H A Dwindow_event_channel.h74 static void OnDispatchEventProcessed(int32_t eventId, int64_t actionTime);

Completed in 5 milliseconds