Home
last modified time | relevance | path

Searched refs:onReadyEvent_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navrouter/
H A Dnavdestination_event_hub.h92 onReadyEvent_ = onReady; in SetOnReady()
97 return onReadyEvent_; in GetOnReady()
102 if (onReadyEvent_) { in FireOnReady()
104 onReadyEvent_(context); in FireOnReady()
192 std::function<void(RefPtr<NavDestinationContext>)> onReadyEvent_; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/custom_paint/
H A Dcustom_paint_component.h68 onReadyEvent_ = onReadyEvent; in SetOnReadyEvent()
73 return onReadyEvent_; in GetOnReadyEvent()
159 std::function<void()> onReadyEvent_; variable