Searched refs:newTopNavPath (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/ |
H A D | navigation_pattern.cpp | 659 auto newTopNavPath = navigationStack_->GetTopNavPath(); in SyncWithJsStackIfNeeded() local 669 FireInterceptionEvent(true, newTopNavPath); in SyncWithJsStackIfNeeded() 770 auto newTopNavPath = navigationStack_->GetTopNavPath(); in RefreshNavDestination() local 772 isBackPage_ = newTopNavPath.has_value() ? in RefreshNavDestination() 773 navigationStack_->isLastListContains(newTopNavPath->first, newTopNavPath->second) : false; in RefreshNavDestination() 800 if (newTopNavPath.has_value()) { in RefreshNavDestination() 801 navDestinationName = newTopNavPath->first; in RefreshNavDestination() 823 if (preTopNavPath != newTopNavPath) { in CheckTopNavPathChange() 882 if (newTopNavPath.has_value()) { in CheckTopNavPathChange() 2732 auto newTopNavPath = navigationStack_->GetTopNavPath(); in RefreshFocusToDestination() local [all …]
|
H A D | navigation_pattern.h | 463 const std::optional<std::pair<std::string, RefPtr<UINode>>>& newTopNavPath); 474 const std::optional<std::pair<std::string, RefPtr<UINode>>>& newTopNavPath, 496 const std::optional<std::pair<std::string, RefPtr<UINode>>>& newTopNavPath);
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/navigation/ |
H A D | navigation_pattern_test_ng.cpp | 1166 …std::optional<std::pair<std::string, RefPtr<UINode>>> newTopNavPath = std::pair<std::string, RefPt… variable 1170 newTopNavPath = std::nullopt; 1176 navigationPattern->CheckTopNavPathChange(preTopNavPath, newTopNavPath); 1180 newTopNavPath = std::pair<std::string, RefPtr<UINode>>(); 1182 navigationPattern->CheckTopNavPathChange(preTopNavPath, newTopNavPath); 1194 …newTopNavPath = std::pair<std::string, RefPtr<UINode>>("newTopNavDestination", newTopNavDestinatio… 1195 navigationPattern->CheckTopNavPathChange(preTopNavPath, newTopNavPath); 1205 navigationPattern->CheckTopNavPathChange(preTopNavPath, newTopNavPath);
|
H A D | navigation_branch_test_ng.cpp | 1467 …auto newTopNavPath = std::pair<std::string, RefPtr<UINode>>("newTopNavDestination", newTopNavDesti… variable 1468 pattern->UpdateSystemBarStyleOnTopNavPathChange(newTopNavPath);
|