Home
last modified time | relevance | path

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

/foundation/multimodalinput/input/service/dfx/test/
Ddfx_hisysevent_test.cpp103 ASSERT_NO_FATAL_FAILURE(DfxHisysevent::OnUpdateTargetPointer(pointer, fd, type));
105 ASSERT_NO_FATAL_FAILURE(DfxHisysevent::OnUpdateTargetPointer(pointer, fd, type));
/foundation/multimodalinput/input/service/dfx/include/
Ddfx_hisysevent.h71 static void OnUpdateTargetPointer(std::shared_ptr<PointerEvent> pointer, int32_t fd,
/foundation/multimodalinput/input/service/event_dispatch/src/
Devent_dispatch_handler.cpp103 … DfxHisysevent::OnUpdateTargetPointer(point, fd, OHOS::HiviewDFX::HiSysEvent::EventType::FAULT); in HandlePointerEventInner()
/foundation/multimodalinput/input/service/dfx/src/
Ddfx_hisysevent.cpp179 void DfxHisysevent::OnUpdateTargetPointer(std::shared_ptr<PointerEvent> pointer, int32_t fd, in OnUpdateTargetPointer() function in OHOS::MMI::DfxHisysevent