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 D | navigation_pattern.h | 465 const std::optional<std::pair<std::string, RefPtr<UINode>>>& topNavPath); 469 const std::optional<std::pair<std::string, RefPtr<UINode>>>& topNavPath);
|
H A D | navigation_pattern.cpp | 498 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 D | navigation_branch_test_ng.cpp | 1084 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);
|