Searched refs:GetNavigationRecoveryInfo (Results 1 – 3 of 3) sorted by relevance
90 … const std::vector<NavdestinationRecoveryInfo> GetNavigationRecoveryInfo(std::string navigationId);
178 const std::vector<NavdestinationRecoveryInfo> NavigationManager::GetNavigationRecoveryInfo(std::str… in GetNavigationRecoveryInfo() function in OHOS::Ace::NG::NavigationManager
2652 auto navdestinationsInfo = navigationManager->GetNavigationRecoveryInfo(hostNode->GetCurId()); in RestoreJsStackIfNeeded()