Searched refs:CheckAndLogLastConsumedAxisEventInfo (Results 1 – 7 of 7) sorted by relevance
288 void CheckAndLogLastConsumedAxisEventInfo(int32_t eventId, AxisAction action);
2176 void EventManager::CheckAndLogLastConsumedAxisEventInfo(int32_t eventId, AxisAction action) in CheckAndLogLastConsumedAxisEventInfo() function in OHOS::Ace::EventManager
694 void PipelineContext::CheckAndLogLastConsumedAxisEventInfo(int32_t eventId, AxisAction action) {} in CheckAndLogLastConsumedAxisEventInfo() function in OHOS::Ace::NG::PipelineContext
860 void CheckAndLogLastConsumedAxisEventInfo(int32_t eventId, AxisAction action) override;
4653 void PipelineContext::CheckAndLogLastConsumedAxisEventInfo(int32_t eventId, AxisAction action) in CheckAndLogLastConsumedAxisEventInfo() function in OHOS::Ace::NG::PipelineContext4655 eventManager_->CheckAndLogLastConsumedAxisEventInfo(eventId, action); in CheckAndLogLastConsumedAxisEventInfo()
1367 virtual void CheckAndLogLastConsumedAxisEventInfo(int32_t eventId, AxisAction action) {} in CheckAndLogLastConsumedAxisEventInfo() function
916 context->CheckAndLogLastConsumedAxisEventInfo(event.touchEventId, event.action); in InitializeCallback()