Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/
H A Devent_manager.h282 void CheckAndLogLastReceivedMouseEventInfo(int32_t eventId, MouseAction action);
H A Devent_manager.cpp2160 void EventManager::CheckAndLogLastReceivedMouseEventInfo(int32_t eventId, MouseAction action) in CheckAndLogLastReceivedMouseEventInfo() function in OHOS::Ace::EventManager
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/pipeline/
H A Dmock_pipeline_context.cpp688 void PipelineContext::CheckAndLogLastReceivedMouseEventInfo(int32_t eventId, MouseAction action) {} in CheckAndLogLastReceivedMouseEventInfo() function in OHOS::Ace::NG::PipelineContext
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/
H A Dpipeline_context.h854 void CheckAndLogLastReceivedMouseEventInfo(int32_t eventId, MouseAction action) override;
H A Dpipeline_context.cpp4638 void PipelineContext::CheckAndLogLastReceivedMouseEventInfo(int32_t eventId, MouseAction action) in CheckAndLogLastReceivedMouseEventInfo() function in OHOS::Ace::NG::PipelineContext
4640 eventManager_->CheckAndLogLastReceivedMouseEventInfo(eventId, action); in CheckAndLogLastReceivedMouseEventInfo()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/
H A Dpipeline_base.h1361 virtual void CheckAndLogLastReceivedMouseEventInfo(int32_t eventId, MouseAction action) {} in CheckAndLogLastReceivedMouseEventInfo() function
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dace_container.cpp882 context->CheckAndLogLastReceivedMouseEventInfo(event.touchEventId, event.action); in InitializeCallback()