Home
last modified time | relevance | path

Searched refs:OnUpdateTargetKey (Results 1 – 4 of 4) sorted by relevance

/foundation/multimodalinput/input/service/dfx/test/
Ddfx_hisysevent_test.cpp120 ASSERT_NO_FATAL_FAILURE(DfxHisysevent::OnUpdateTargetKey(keyEvent, fd, type));
122 ASSERT_NO_FATAL_FAILURE(DfxHisysevent::OnUpdateTargetKey(keyEvent, fd, type));
/foundation/multimodalinput/input/service/dfx/include/
Ddfx_hisysevent.h73 static void OnUpdateTargetKey(std::shared_ptr<KeyEvent> key, int32_t fd,
/foundation/multimodalinput/input/service/event_dispatch/src/
Devent_dispatch_handler.cpp150 DfxHisysevent::OnUpdateTargetKey(key, fd, OHOS::HiviewDFX::HiSysEvent::EventType::FAULT); in DispatchKeyEventPid()
/foundation/multimodalinput/input/service/dfx/src/
Ddfx_hisysevent.cpp210 void DfxHisysevent::OnUpdateTargetKey(std::shared_ptr<KeyEvent> key, int32_t fd, in OnUpdateTargetKey() function in OHOS::MMI::DfxHisysevent