Home
last modified time | relevance | path

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 Dnavdestination_event_hub.cpp177 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 Dnavigation_lifecycle_test_ng.cpp113 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 Dnavigation_declaration.h225 ON_WILL_SHOW, enumerator
H A Dnavigation_pattern.cpp836 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 Dobserver_handler.h38 ON_WILL_SHOW = 4, member in OHOS::Ace::NG::NavDestinationState
/foundation/arkui/ace_engine/interfaces/napi/kits/observer/
H A Djs_ui_observer.cpp46 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