Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/
H A Devent_manager.h284 void CheckAndLogLastConsumedMouseEventInfo(int32_t eventId, MouseAction action);
H A Devent_manager.cpp2165 void EventManager::CheckAndLogLastConsumedMouseEventInfo(int32_t eventId, MouseAction action) in CheckAndLogLastConsumedMouseEventInfo() function in OHOS::Ace::EventManager
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/pipeline/
H A Dmock_pipeline_context.cpp690 void PipelineContext::CheckAndLogLastConsumedMouseEventInfo(int32_t eventId, MouseAction action) {} in CheckAndLogLastConsumedMouseEventInfo() function in OHOS::Ace::NG::PipelineContext
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/
H A Dpipeline_context.h856 void CheckAndLogLastConsumedMouseEventInfo(int32_t eventId, MouseAction action) override;
H A Dpipeline_context.cpp4643 void PipelineContext::CheckAndLogLastConsumedMouseEventInfo(int32_t eventId, MouseAction action) in CheckAndLogLastConsumedMouseEventInfo() function in OHOS::Ace::NG::PipelineContext
4645 eventManager_->CheckAndLogLastConsumedMouseEventInfo(eventId, action); in CheckAndLogLastConsumedMouseEventInfo()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/
H A Dpipeline_base.h1363 virtual void CheckAndLogLastConsumedMouseEventInfo(int32_t eventId, MouseAction action) {} in CheckAndLogLastConsumedMouseEventInfo() function
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dace_container.cpp891 context->CheckAndLogLastConsumedMouseEventInfo(event.touchEventId, event.action); in InitializeCallback()