Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/
H A Dnavigation_pattern.h465 const std::optional<std::pair<std::string, RefPtr<UINode>>>& topNavPath);
469 const std::optional<std::pair<std::string, RefPtr<UINode>>>& topNavPath);
H A Dnavigation_pattern.cpp498 const std::optional<std::pair<std::string, RefPtr<UINode>>>& topNavPath) in UpdateSystemBarStyleWithTopNavPath() argument
500 if (ApplyTopNavPathSystemBarStyleOrRestore(windowManager, topNavPath)) { in UpdateSystemBarStyleWithTopNavPath()
558 const std::optional<std::pair<std::string, RefPtr<UINode>>>& topNavPath) in ApplyTopNavPathSystemBarStyleOrRestore() argument
560 if (!topNavPath.has_value()) { in ApplyTopNavPathSystemBarStyleOrRestore()
565 NavigationGroupNode::GetNavDestinationNode(topNavPath->second)); in ApplyTopNavPathSystemBarStyleOrRestore()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/navigation/
H A Dnavigation_branch_test_ng.cpp1084 auto topNavPath = pattern->navigationStack_->GetTopNavPath(); variable
1085 EXPECT_EQ(pattern->ApplyTopNavPathSystemBarStyleOrRestore(windowManager, topNavPath), false);
1118 auto topNavPath = pattern->navigationStack_->GetTopNavPath(); variable
1119 EXPECT_EQ(pattern->ApplyTopNavPathSystemBarStyleOrRestore(windowManager, topNavPath), true);
1498 …auto topNavPath = std::pair<std::string, RefPtr<UINode>>("newTopNavDestination", newTopNavDestinat… variable
1499 pattern->UpdateSystemBarStyleWithTopNavPath(windowManager, topNavPath);