Home
last modified time | relevance | path

Searched refs:CheckAndLogLastConsumedTouchEventInfo (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/
H A Devent_manager.h280 void CheckAndLogLastConsumedTouchEventInfo(int32_t eventId, TouchType type);
H A Devent_manager.cpp2154 void EventManager::CheckAndLogLastConsumedTouchEventInfo(int32_t eventId, TouchType type) in CheckAndLogLastConsumedTouchEventInfo() function in OHOS::Ace::EventManager
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/pipeline/
H A Dmock_pipeline_context.cpp686 void PipelineContext::CheckAndLogLastConsumedTouchEventInfo(int32_t eventId, TouchType type) {} in CheckAndLogLastConsumedTouchEventInfo() function in OHOS::Ace::NG::PipelineContext
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/
H A Dpipeline_context.h852 void CheckAndLogLastConsumedTouchEventInfo(int32_t eventId, TouchType type) override;
H A Dpipeline_context.cpp4633 void PipelineContext::CheckAndLogLastConsumedTouchEventInfo(int32_t eventId, TouchType type) in CheckAndLogLastConsumedTouchEventInfo() function in OHOS::Ace::NG::PipelineContext
4635 eventManager_->CheckAndLogLastConsumedTouchEventInfo(eventId, type); in CheckAndLogLastConsumedTouchEventInfo()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/
H A Dpipeline_base.h1359 virtual void CheckAndLogLastConsumedTouchEventInfo(int32_t eventId, TouchType type) {} in CheckAndLogLastConsumedTouchEventInfo() function
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dace_container.cpp866 context->CheckAndLogLastConsumedTouchEventInfo(event.touchEventId, event.type); in InitializeCallback()