Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/base/
H A Dobserver_test_ng.cpp183 …UIObserverHandler::GetInstance().NotifyNavDestinationSwitch(std::move(from), std::move(to), operat…
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dobserver_handler.h159 void NotifyNavDestinationSwitch(std::optional<NavDestinationInfo>&& from,
H A Dobserver_handler.cpp246 void UIObserverHandler::NotifyNavDestinationSwitch(std::optional<NavDestinationInfo>&& from, in NotifyNavDestinationSwitch() function in OHOS::Ace::NG::UIObserverHandler
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/navigation/
H A Dnavigation_pattern_testtwo_ng.cpp218 navigationPattern->NotifyNavDestinationSwitch(from, to, NavigationOperation::POP);
762 navigationPattern->NotifyNavDestinationSwitch(nullptr, to, operation);
765 navigationPattern->NotifyNavDestinationSwitch(from, to, operation);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/
H A Dnavigation_pattern.h521 void NotifyNavDestinationSwitch(const RefPtr<NavDestinationContext>& from,
H A Dnavigation_pattern.cpp2412 NotifyNavDestinationSwitch(preContext_, to, operation); in FireInterceptionEvent()
2449 void NavigationPattern::NotifyNavDestinationSwitch(const RefPtr<NavDestinationContext>& from, in NotifyNavDestinationSwitch() function in OHOS::Ace::NG::NavigationPattern
2464 UIObserverHandler::GetInstance().NotifyNavDestinationSwitch( in NotifyNavDestinationSwitch()