Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navrouter/
H A Dnavdestination_event_hub.cpp150 state_ = NavDestinationState::ON_WILL_APPEAR; in FireOnWillAppear()
152 NavDestinationState::ON_WILL_APPEAR); in FireOnWillAppear()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/navigation/
H A Dnavigation_lifecycle_test_ng.cpp103 case NavDestinationLifecycle::ON_WILL_APPEAR: { in SetEvent()
375 SetEvent(NavDestinationLifecycle::ON_WILL_APPEAR, 0, frameNode, stack);
501 SetEvent(NavDestinationLifecycle::ON_WILL_APPEAR, 0, destinationB, stack);
557 SetEvent(NavDestinationLifecycle::ON_WILL_APPEAR, 0, frameNode, stack);
682 SetEvent(NavDestinationLifecycle::ON_WILL_APPEAR, 0, destinationB, stack);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/
H A Dnavigation_declaration.h222 ON_WILL_APPEAR, enumerator
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dobserver_handler.h40 ON_WILL_APPEAR = 6, enumerator
/ohos5.0/foundation/arkui/ace_engine/interfaces/napi/kits/observer/
H A Djs_ui_observer.cpp56 static constexpr uint32_t ON_WILL_APPEAR = 6; variable
1054 napi_create_uint32(env, ON_WILL_APPEAR, &prop); in CreateNavDestinationState()
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/
H A Djs-apis-arkui-observer.md32 | ON_WILL_APPEAR<sup>12+</sup>| 6 | NavDestination挂载到组件树之前。<br/>**卡片能力:** 从API version 12开始,该接口支持…
/ohos5.0/docs/en/application-dev/reference/apis-arkui/
H A Djs-apis-arkui-observer.md32 | ON_WILL_APPEAR<sup>12+</sup>| 6 | The **NavDestination** component is about to be mounted to th…