Searched refs:columnEventHub (Results 1 – 4 of 4) sorted by relevance
176 auto columnEventHub = host->GetEventHub<EventHub>(); in InitMouseAndPressEvent() local177 CHECK_NULL_VOID(columnEventHub); in InitMouseAndPressEvent()180 auto columnGesture = columnEventHub->GetOrCreateGestureEventHub(); in InitMouseAndPressEvent()
246 auto columnEventHub = host->GetEventHub<EventHub>(); in InitMouseAndPressEvent() local247 CHECK_NULL_VOID(columnEventHub); in InitMouseAndPressEvent()250 auto columnGesture = columnEventHub->GetOrCreateGestureEventHub(); in InitMouseAndPressEvent()
265 auto columnEventHub = host->GetEventHub<EventHub>(); in InitMouseAndPressEvent() local266 CHECK_NULL_VOID(columnEventHub); in InitMouseAndPressEvent()269 auto columnGesture = columnEventHub->GetOrCreateGestureEventHub(); in InitMouseAndPressEvent()
3075 auto columnEventHub = columnNode_->GetEventHub<EventHub>(); variable3076 ASSERT_NE(columnEventHub, nullptr);3077 auto columnGesture = columnEventHub->GetOrCreateGestureEventHub();