Home
last modified time | relevance | path

Searched refs:childHub (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/tabs/
H A Dtab_bar_pattern.cpp1054 auto childHub = frameNode->GetEventHub<EventHub>(); in RemoveTabBarEventCallback() local
1055 CHECK_NULL_VOID(childHub); in RemoveTabBarEventCallback()
1056 auto childGestureHub = childHub->GetOrCreateGestureEventHub(); in RemoveTabBarEventCallback()
1089 auto childHub = frameNode->GetEventHub<EventHub>(); in AddTabBarEventCallback() local
1090 CHECK_NULL_VOID(childHub); in AddTabBarEventCallback()
1091 auto childGestureHub = childHub->GetOrCreateGestureEventHub(); in AddTabBarEventCallback()