Searched refs:CheckAndLogLastConsumedMouseEventInfo (Results 1 – 7 of 7) sorted by relevance
284 void CheckAndLogLastConsumedMouseEventInfo(int32_t eventId, MouseAction action);
2165 void EventManager::CheckAndLogLastConsumedMouseEventInfo(int32_t eventId, MouseAction action) in CheckAndLogLastConsumedMouseEventInfo() function in OHOS::Ace::EventManager
690 void PipelineContext::CheckAndLogLastConsumedMouseEventInfo(int32_t eventId, MouseAction action) {} in CheckAndLogLastConsumedMouseEventInfo() function in OHOS::Ace::NG::PipelineContext
856 void CheckAndLogLastConsumedMouseEventInfo(int32_t eventId, MouseAction action) override;
4643 void PipelineContext::CheckAndLogLastConsumedMouseEventInfo(int32_t eventId, MouseAction action) in CheckAndLogLastConsumedMouseEventInfo() function in OHOS::Ace::NG::PipelineContext4645 eventManager_->CheckAndLogLastConsumedMouseEventInfo(eventId, action); in CheckAndLogLastConsumedMouseEventInfo()
1363 virtual void CheckAndLogLastConsumedMouseEventInfo(int32_t eventId, MouseAction action) {} in CheckAndLogLastConsumedMouseEventInfo() function
891 context->CheckAndLogLastConsumedMouseEventInfo(event.touchEventId, event.action); in InitializeCallback()