Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/
H A Devent_manager.h288 void CheckAndLogLastConsumedAxisEventInfo(int32_t eventId, AxisAction action);
H A Devent_manager.cpp2176 void EventManager::CheckAndLogLastConsumedAxisEventInfo(int32_t eventId, AxisAction action) in CheckAndLogLastConsumedAxisEventInfo() function in OHOS::Ace::EventManager
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/pipeline/
H A Dmock_pipeline_context.cpp694 void PipelineContext::CheckAndLogLastConsumedAxisEventInfo(int32_t eventId, AxisAction action) {} in CheckAndLogLastConsumedAxisEventInfo() function in OHOS::Ace::NG::PipelineContext
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/
H A Dpipeline_context.h860 void CheckAndLogLastConsumedAxisEventInfo(int32_t eventId, AxisAction action) override;
H A Dpipeline_context.cpp4653 void PipelineContext::CheckAndLogLastConsumedAxisEventInfo(int32_t eventId, AxisAction action) in CheckAndLogLastConsumedAxisEventInfo() function in OHOS::Ace::NG::PipelineContext
4655 eventManager_->CheckAndLogLastConsumedAxisEventInfo(eventId, action); in CheckAndLogLastConsumedAxisEventInfo()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/
H A Dpipeline_base.h1367 virtual void CheckAndLogLastConsumedAxisEventInfo(int32_t eventId, AxisAction action) {} in CheckAndLogLastConsumedAxisEventInfo() function
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dace_container.cpp916 context->CheckAndLogLastConsumedAxisEventInfo(event.touchEventId, event.action); in InitializeCallback()