Searched refs:CheckAndLogLastReceivedMouseEventInfo (Results 1 – 7 of 7) sorted by relevance
282 void CheckAndLogLastReceivedMouseEventInfo(int32_t eventId, MouseAction action);
2160 void EventManager::CheckAndLogLastReceivedMouseEventInfo(int32_t eventId, MouseAction action) in CheckAndLogLastReceivedMouseEventInfo() function in OHOS::Ace::EventManager
688 void PipelineContext::CheckAndLogLastReceivedMouseEventInfo(int32_t eventId, MouseAction action) {} in CheckAndLogLastReceivedMouseEventInfo() function in OHOS::Ace::NG::PipelineContext
854 void CheckAndLogLastReceivedMouseEventInfo(int32_t eventId, MouseAction action) override;
4638 void PipelineContext::CheckAndLogLastReceivedMouseEventInfo(int32_t eventId, MouseAction action) in CheckAndLogLastReceivedMouseEventInfo() function in OHOS::Ace::NG::PipelineContext4640 eventManager_->CheckAndLogLastReceivedMouseEventInfo(eventId, action); in CheckAndLogLastReceivedMouseEventInfo()
1361 virtual void CheckAndLogLastReceivedMouseEventInfo(int32_t eventId, MouseAction action) {} in CheckAndLogLastReceivedMouseEventInfo() function
882 context->CheckAndLogLastReceivedMouseEventInfo(event.touchEventId, event.action); in InitializeCallback()