/foundation/multimodalinput/input/service/fingerprint_event_processor/src/ |
H A D | fingerprint_event_processor.cpp | 220 EventLogHelper::PrintEventData(pointerEvent, MMI_LOG_HEADER); in SendFingerprintCancelEvent() 304 EventLogHelper::PrintEventData(pointerEvent, MMI_LOG_HEADER); in AnalyseKeyEvent() 335 EventLogHelper::PrintEventData(pointerEvent, MMI_LOG_HEADER); in AnalysePointEvent()
|
/foundation/multimodalinput/input/frameworks/proxy/event_handler/src/ |
H A D | multimodal_event_handler.cpp | 172 EventLogHelper::PrintEventData(pointerEvent, MMI_LOG_HEADER); in InjectPointerEvent()
|
H A D | client_msg_handler.cpp | 148 EventLogHelper::PrintEventData(key, MMI_LOG_HEADER); in OnKeyEvent() 195 EventLogHelper::PrintEventData(pointerEvent, {MMI_LOG_DISPATCH, INPUT_KEY_FLOW, __FUNCTION__, __LINE__}); in OnPointerEvent()
|
/foundation/multimodalinput/input/frameworks/proxy/events/include/ |
H A D | event_log_helper.h | 71 static void PrintEventData(std::shared_ptr<T> event, int32_t actionType, int32_t itemNum, const LogHeader &lh); 73 template<class T> static void PrintEventData(std::shared_ptr<T> event, const LogHeader &lh); 455 template <class T> void EventLogHelper::PrintEventData(std::shared_ptr<T> event, int32_t actionType, int32_t itemNum, in PrintEventData() function in OHOS::MMI::EventLogHelper 478 template <class T> void EventLogHelper::PrintEventData(std::shared_ptr<T> event, const LogHeader &lh) in PrintEventData() function in OHOS::MMI::EventLogHelper
|
/foundation/multimodalinput/input/service/event_resample/src/ |
H A D | event_resample.cpp | 68 EventLogHelper::PrintEventData(pointerEvent_, MMI_LOG_HEADER); in OnEventConsume() 77 EventLogHelper::PrintEventData(pointerEvent_, MMI_LOG_HEADER); in OnEventConsume() 122 EventLogHelper::PrintEventData(pointerEvent_, MMI_LOG_HEADER); in InitializeInputEvent()
|
/foundation/multimodalinput/input/service/crown_transform_processor/src/ |
H A D | crown_transform_processor.cpp | 235 EventLogHelper::PrintEventData(pointerEvent_, MMI_LOG_HEADER); in DumpInner()
|
/foundation/multimodalinput/input/service/event_handler/src/ |
H A D | event_normalize_handler.cpp | 264 EventLogHelper::PrintEventData(keyEvent, MMI_LOG_HEADER); in HandleKeyEvent() 364 EventLogHelper::PrintEventData(keyEvent, MMI_LOG_HEADER); in HandleKeyboardEvent()
|
/foundation/multimodalinput/input/frameworks/proxy/events/test/ |
H A D | input_manager_test.cpp | 368 EventLogHelper::PrintEventData(keyEvent, MMI_LOG_HEADER); in HWTEST_F() 381 EventLogHelper::PrintEventData(keyEvent, MMI_LOG_HEADER); in HWTEST_F() 411 EventLogHelper::PrintEventData(keyEvent, MMI_LOG_HEADER); in HWTEST_F() 418 EventLogHelper::PrintEventData(keyEvent, MMI_LOG_HEADER); in HWTEST_F() 424 EventLogHelper::PrintEventData(keyEvent, MMI_LOG_HEADER); in HWTEST_F() 431 EventLogHelper::PrintEventData(keyEvent, MMI_LOG_HEADER); in HWTEST_F() 461 EventLogHelper::PrintEventData(keyEvent, MMI_LOG_HEADER); in HWTEST_F()
|
H A D | input_manager_inject_test.cpp | 599 EventLogHelper::PrintEventData(keyEvent, MMI_LOG_HEADER); in HWTEST_F() 637 EventLogHelper::PrintEventData(keyEvent, MMI_LOG_HEADER); in HWTEST_F()
|
/foundation/multimodalinput/input/service/touch_event_normalize/src/ |
H A D | touch_transform_processor.cpp | 278 EventLogHelper::PrintEventData(pointerEvent_, pointerEvent_->GetPointerAction(), in OnEvent()
|
H A D | touchpad_transform_processor.cpp | 247 EventLogHelper::PrintEventData(pointerEvent_, pointerEvent_->GetPointerAction(), in OnEvent()
|
/foundation/multimodalinput/input/service/mouse_event_normalize/src/ |
H A D | mouse_transform_processor.cpp | 692 EventLogHelper::PrintEventData(pointerEvent_, MMI_LOG_FREEZE); in DumpInner()
|
/foundation/multimodalinput/input/service/window_manager/src/ |
H A D | input_windows_manager.cpp | 1194 EventLogHelper::PrintEventData(pointerEvent, MMI_LOG_FREEZE); in UpdateDisplayInfo() 1468 EventLogHelper::PrintEventData(pointerEvent, MMI_LOG_FREEZE); in UpdateDisplayInfo() 3542 EventLogHelper::PrintEventData(pointerEvent, MMI_LOG_FREEZE); in UpdateDisplayInfo()
|