Searched refs:CheckAndLogLastReceivedAxisEventInfo (Results 1 – 7 of 7) sorted by relevance
286 void CheckAndLogLastReceivedAxisEventInfo(int32_t eventId, AxisAction action);
2170 void EventManager::CheckAndLogLastReceivedAxisEventInfo(int32_t eventId, AxisAction action) in CheckAndLogLastReceivedAxisEventInfo() function in OHOS::Ace::EventManager
692 void PipelineContext::CheckAndLogLastReceivedAxisEventInfo(int32_t eventId, AxisAction action) {} in CheckAndLogLastReceivedAxisEventInfo() function in OHOS::Ace::NG::PipelineContext
858 void CheckAndLogLastReceivedAxisEventInfo(int32_t eventId, AxisAction action) override;
4648 void PipelineContext::CheckAndLogLastReceivedAxisEventInfo(int32_t eventId, AxisAction action) in CheckAndLogLastReceivedAxisEventInfo() function in OHOS::Ace::NG::PipelineContext4650 eventManager_->CheckAndLogLastReceivedAxisEventInfo(eventId, action); in CheckAndLogLastReceivedAxisEventInfo()
1365 virtual void CheckAndLogLastReceivedAxisEventInfo(int32_t eventId, AxisAction action) {} in CheckAndLogLastReceivedAxisEventInfo() function
907 context->CheckAndLogLastReceivedAxisEventInfo(event.touchEventId, event.action); in InitializeCallback()