Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navrouter/
H A Dnavrouter_event_hub.h50 onDestinationChangeEvent_ = onDestinationChangeEvent; in SetOnDestinationChange()
55 if (onDestinationChangeEvent_) { in FireDestinationChangeEvent()
56 onDestinationChangeEvent_(); in FireDestinationChangeEvent()
62 OnDestinationChangeEvent onDestinationChangeEvent_; variable