Searched refs:CheckAndLogLastConsumedTouchEventInfo (Results 1 – 7 of 7) sorted by relevance
280 void CheckAndLogLastConsumedTouchEventInfo(int32_t eventId, TouchType type);
2154 void EventManager::CheckAndLogLastConsumedTouchEventInfo(int32_t eventId, TouchType type) in CheckAndLogLastConsumedTouchEventInfo() function in OHOS::Ace::EventManager
686 void PipelineContext::CheckAndLogLastConsumedTouchEventInfo(int32_t eventId, TouchType type) {} in CheckAndLogLastConsumedTouchEventInfo() function in OHOS::Ace::NG::PipelineContext
852 void CheckAndLogLastConsumedTouchEventInfo(int32_t eventId, TouchType type) override;
4633 void PipelineContext::CheckAndLogLastConsumedTouchEventInfo(int32_t eventId, TouchType type) in CheckAndLogLastConsumedTouchEventInfo() function in OHOS::Ace::NG::PipelineContext4635 eventManager_->CheckAndLogLastConsumedTouchEventInfo(eventId, type); in CheckAndLogLastConsumedTouchEventInfo()
1359 virtual void CheckAndLogLastConsumedTouchEventInfo(int32_t eventId, TouchType type) {} in CheckAndLogLastConsumedTouchEventInfo() function
866 context->CheckAndLogLastConsumedTouchEventInfo(event.touchEventId, event.type); in InitializeCallback()