Searched refs:ON_WILL_SHOW (Results 1 - 6 of 6) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navrouter/ |
H A D | navdestination_event_hub.cpp | 177 state_ = NavDestinationState::ON_WILL_SHOW; in FireOnWillShow() 179 NavDestinationState::ON_WILL_SHOW); in FireOnWillShow() member in OHOS::Ace::NG::NavDestinationState
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/navigation/ |
H A D | navigation_lifecycle_test_ng.cpp | 113 case NavDestinationLifecycle::ON_WILL_SHOW: { in SetEvent() 380 SetEvent(NavDestinationLifecycle::ON_WILL_SHOW, willShowIndex, frameNode, stack); in HWTEST_F() 506 SetEvent(NavDestinationLifecycle::ON_WILL_SHOW, 3, destinationB, stack); in HWTEST_F() 562 SetEvent(NavDestinationLifecycle::ON_WILL_SHOW, willShowIndex, frameNode, stack); in HWTEST_F() 687 SetEvent(NavDestinationLifecycle::ON_WILL_SHOW, 3, destinationB, stack); in HWTEST_F()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/ |
H A D | navigation_declaration.h | 225 ON_WILL_SHOW, enumerator
|
H A D | navigation_pattern.cpp | 836 NotifyDialogChange(NavDestinationLifecycle::ON_WILL_SHOW, true); in CheckTopNavPathChange() 1928 || (lifecycle == NavDestinationLifecycle::ON_WILL_SHOW); in NotifyDialogChange() 2529 NotifyDialogChange(NavDestinationLifecycle::ON_WILL_SHOW, true); in StartTransition() 2583 lifecycle == NavDestinationLifecycle::ON_WILL_SHOW)) || in NotifyDestinationLifecycle() 2588 if (lifecycle == NavDestinationLifecycle::ON_WILL_SHOW) { in NotifyDestinationLifecycle()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/ |
H A D | observer_handler.h | 38 ON_WILL_SHOW = 4, member in OHOS::Ace::NG::NavDestinationState
|
/foundation/arkui/ace_engine/interfaces/napi/kits/observer/ |
H A D | js_ui_observer.cpp | 46 static constexpr uint32_t ON_WILL_SHOW = 4; member 1008 napi_create_uint32(env, ON_WILL_SHOW, &prop); in CreateNavDestinationState() 1009 napi_set_named_property(env, navDestinationState, "ON_WILL_SHOW", prop); in CreateNavDestinationState()
|
Completed in 11 milliseconds