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 D | navdestination_event_hub.cpp | 150 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 D | navigation_lifecycle_test_ng.cpp | 103 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 D | navigation_declaration.h | 222 ON_WILL_APPEAR, enumerator
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/ |
H A D | observer_handler.h | 40 ON_WILL_APPEAR = 6, enumerator
|
/ohos5.0/foundation/arkui/ace_engine/interfaces/napi/kits/observer/ |
H A D | js_ui_observer.cpp | 56 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 D | js-apis-arkui-observer.md | 32 | ON_WILL_APPEAR<sup>12+</sup>| 6 | NavDestination挂载到组件树之前。<br/>**卡片能力:** 从API version 12开始,该接口支持…
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/ |
H A D | js-apis-arkui-observer.md | 32 | ON_WILL_APPEAR<sup>12+</sup>| 6 | The **NavDestination** component is about to be mounted to th…
|