Home
last modified time | relevance | path

Searched defs:newTopNavPath (Results 1 – 3 of 3) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/
Dnavigation_pattern.cpp482 const std::optional<std::pair<std::string, RefPtr<UINode>>>& newTopNavPath) in UpdateSystemBarStyleOnTopNavPathChange()
659 auto newTopNavPath = navigationStack_->GetTopNavPath(); in SyncWithJsStackIfNeeded() local
770 auto newTopNavPath = navigationStack_->GetTopNavPath(); in RefreshNavDestination() local
818 const std::optional<std::pair<std::string, RefPtr<UINode>>>& newTopNavPath, in CheckTopNavPathChange()
2732 auto newTopNavPath = navigationStack_->GetTopNavPath(); in RefreshFocusToDestination() local
/foundation/arkui/ace_engine/test/unittest/core/pattern/navigation/
Dnavigation_pattern_test_ng.cpp1166 …std::optional<std::pair<std::string, RefPtr<UINode>>> newTopNavPath = std::pair<std::string, RefPt… variable
Dnavigation_branch_test_ng.cpp1467 …auto newTopNavPath = std::pair<std::string, RefPtr<UINode>>("newTopNavDestination", newTopNavDesti… variable