Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/
H A Dnavigation_pattern.cpp2384 const std::optional<std::pair<std::string, RefPtr<UINode>>>& newTopPath) in FireInterceptionEvent() argument
2388 if (newTopPath.has_value()) { in FireInterceptionEvent()
2390 …AceType::DynamicCast<NavDestinationGroupNode>(hostNode->GetNavDestinationNode(newTopPath->second)); in FireInterceptionEvent()