Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/interfaces/napi/kits/observer/
H A Dui_observer_listener.h54 napi_value CreateNavDestinationInfoObj(const NG::NavDestinationInfo& info);
H A Dui_observer_listener.cpp47 napi_value argv[] = { CreateNavDestinationInfoObj(info) }; in OnNavigationStateChange()
175 napiFrom = CreateNavDestinationInfoObj(switchInfo.from.value()); in CreateNavDestinationSwitchInfoObj()
181 napiTo = CreateNavDestinationInfoObj(switchInfo.to.value()); in CreateNavDestinationSwitchInfoObj()
673 napi_value UIObserverListener::CreateNavDestinationInfoObj(const NG::NavDestinationInfo& info) in CreateNavDestinationInfoObj() function in OHOS::Ace::Napi::UIObserverListener