Searched refs:RestoreFullPathInfo (Results 1 – 7 of 7) sorted by relevance
203 void RestoreFullPathInfo(std::unique_ptr<JsonValue> fullPathInfo);
1065 void PageRouterManager::RestoreFullPathInfo(std::unique_ptr<JsonValue> fullPathInfo) in RestoreFullPathInfo() function in OHOS::Ace::NG::PageRouterManager
147 virtual void RestoreFullPathInfo(std::unique_ptr<JsonValue> namedRouterInfo) {} in RestoreFullPathInfo() function
459 void RestoreFullPathInfo(std::unique_ptr<JsonValue> namedRouterInfo) override;
1855 void JsiDeclarativeEngine::RestoreFullPathInfo(std::unique_ptr<JsonValue> fullPathInfo) in RestoreFullPathInfo() function in OHOS::Ace::Framework::JsiDeclarativeEngine
575 return jsEngine->RestoreFullPathInfo(std::move(fullPathInfo)); in Initialize()
3315 pageRouterManager_->RestoreFullPathInfo(std::move(fullPathInfo)); in RestoreRouterStack()