Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/
H A Dnavigation_group_node.cpp1008 … pattern->NotifyDestinationLifecycle(navDestination, NavDestinationLifecycle::ON_WILL_HIDE); in UpdateNavDestinationVisibility()
1009 … pattern->NotifyDestinationLifecycle(navDestination, NavDestinationLifecycle::ON_HIDE); in UpdateNavDestinationVisibility()
1122 navigationPattern->NotifyDestinationLifecycle( in FireHideNodeChange()
1132 …navigationPattern->NotifyDestinationLifecycle(navDestination, NavDestinationLifecycle::ON_WILL_HID… in FireHideNodeChange()
1136 … navigationPattern->NotifyDestinationLifecycle(navDestination, NavDestinationLifecycle::ON_HIDE); in FireHideNodeChange()
1188 pattern->NotifyDestinationLifecycle(navDestination, NavDestinationLifecycle::ON_WILL_HIDE); in DealRemoveDestination()
1189 pattern->NotifyDestinationLifecycle(navDestination, NavDestinationLifecycle::ON_HIDE); in DealRemoveDestination()
1192 pattern->NotifyDestinationLifecycle(navDestination, NavDestinationLifecycle::ON_WILL_DISAPPEAR); in DealRemoveDestination()
H A Dnavigation_pattern.cpp1922 NotifyDestinationLifecycle(navDestinationNodes[index].second, lifecycle); in NotifyDialogChange()
1926 NotifyDestinationLifecycle(navDestinationNodes[index].second, lifecycle); in NotifyDialogChange()
2520 NotifyDestinationLifecycle(preDestination, NavDestinationLifecycle::ON_WILL_HIDE); in StartTransition()
2563 void NavigationPattern::NotifyDestinationLifecycle(const RefPtr<UINode>& uiNode, in NotifyDestinationLifecycle() function in OHOS::Ace::NG::NavigationPattern
2678 NotifyDestinationLifecycle(preDestination, NavDestinationLifecycle::ON_HIDE); in FireShowAndHideLifecycle()
2685 NotifyDestinationLifecycle(preDestination, NavDestinationLifecycle::ON_WILL_DISAPPEAR); in FireShowAndHideLifecycle()
H A Dnavigation_pattern.h370 void NotifyDestinationLifecycle(const RefPtr<UINode>& destinationNode,