Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/
H A Dnavigation_pattern.cpp2473 std::string toPathInfo; in StartTransition() local
2502 toPathInfo = topDestination->GetNavDestinationPathInfo(); in StartTransition()
2506 toPathInfo += ", navDesitinationName: " + navDestinationName; in StartTransition()
2508 toPathInfo = hostNode->GetNavigationPathInfo(); in StartTransition()
2510 …ED_TRACE_COMMERCIAL("NavDestination Page from %s to %s", fromPathInfo.c_str(), toPathInfo.c_str()); in StartTransition()