Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/
H A Devent_manager.h286 void CheckAndLogLastReceivedAxisEventInfo(int32_t eventId, AxisAction action);
H A Devent_manager.cpp2170 void EventManager::CheckAndLogLastReceivedAxisEventInfo(int32_t eventId, AxisAction action) in CheckAndLogLastReceivedAxisEventInfo() function in OHOS::Ace::EventManager
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/pipeline/
H A Dmock_pipeline_context.cpp692 void PipelineContext::CheckAndLogLastReceivedAxisEventInfo(int32_t eventId, AxisAction action) {} in CheckAndLogLastReceivedAxisEventInfo() function in OHOS::Ace::NG::PipelineContext
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/
H A Dpipeline_context.h858 void CheckAndLogLastReceivedAxisEventInfo(int32_t eventId, AxisAction action) override;
H A Dpipeline_context.cpp4648 void PipelineContext::CheckAndLogLastReceivedAxisEventInfo(int32_t eventId, AxisAction action) in CheckAndLogLastReceivedAxisEventInfo() function in OHOS::Ace::NG::PipelineContext
4650 eventManager_->CheckAndLogLastReceivedAxisEventInfo(eventId, action); in CheckAndLogLastReceivedAxisEventInfo()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/
H A Dpipeline_base.h1365 virtual void CheckAndLogLastReceivedAxisEventInfo(int32_t eventId, AxisAction action) {} in CheckAndLogLastReceivedAxisEventInfo() function
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dace_container.cpp907 context->CheckAndLogLastReceivedAxisEventInfo(event.touchEventId, event.action); in InitializeCallback()