Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dobserver_handler.cpp143 return navDestinationSwitchHandleFunc_; in GetHandleNavDestinationSwitchFunc()
249 CHECK_NULL_VOID(navDestinationSwitchHandleFunc_); in NotifyNavDestinationSwitch()
257 navDestinationSwitchHandleFunc_(info, switchInfo); in NotifyNavDestinationSwitch()
292 navDestinationSwitchHandleFunc_ = func; in SetHandleNavDestinationSwitchFunc()
H A Dobserver_handler.h193 NavDestinationSwitchHandleFunc navDestinationSwitchHandleFunc_ = nullptr; variable
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/base/
H A Dobserver_test_ng.cpp182 UIObserverHandler::GetInstance().navDestinationSwitchHandleFunc_ = handleFunc;
227 UIObserverHandler::GetInstance().navDestinationSwitchHandleFunc_ = handleFunc;