Searched refs:NotifyNavDestinationSwitch (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/base/ |
H A D | observer_test_ng.cpp | 183 …UIObserverHandler::GetInstance().NotifyNavDestinationSwitch(std::move(from), std::move(to), operat…
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/ |
H A D | observer_handler.h | 159 void NotifyNavDestinationSwitch(std::optional<NavDestinationInfo>&& from,
|
H A D | observer_handler.cpp | 246 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 D | navigation_pattern_testtwo_ng.cpp | 218 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 D | navigation_pattern.h | 521 void NotifyNavDestinationSwitch(const RefPtr<NavDestinationContext>& from,
|
H A D | navigation_pattern.cpp | 2412 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()
|