Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimodalinput/input/service/dfx/test/
H A Ddfx_hisysevent_test.cpp141 ASSERT_NO_FATAL_FAILURE(DfxHisysevent::OnUpdateTargetKey(keyEvent, fd, type));
143 ASSERT_NO_FATAL_FAILURE(DfxHisysevent::OnUpdateTargetKey(keyEvent, fd, type));
/ohos5.0/foundation/multimodalinput/input/service/dfx/include/
H A Ddfx_hisysevent.h75 static void OnUpdateTargetKey(std::shared_ptr<KeyEvent> key, int32_t fd,
/ohos5.0/foundation/multimodalinput/input/service/event_dispatch/src/
H A Devent_dispatch_handler.cpp409 DfxHisysevent::OnUpdateTargetKey(key, fd, OHOS::HiviewDFX::HiSysEvent::EventType::FAULT); in DispatchKeyEvent()
/ohos5.0/foundation/multimodalinput/input/service/dfx/src/
H A Ddfx_hisysevent.cpp246 void DfxHisysevent::OnUpdateTargetKey(std::shared_ptr<KeyEvent> key, int32_t fd, in OnUpdateTargetKey() function in OHOS::MMI::DfxHisysevent