Home
last modified time | relevance | path

Searched defs:fullPathInfo (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/
H A Ddeclarative_frontend.cpp570 … [weakEngine = WeakPtr<Framework::JsEngine>(jsEngine_)](std::unique_ptr<JsonValue> fullPathInfo) { in Initialize()
H A Dfrontend_delegate_declarative.cpp3309 auto fullPathInfo = jsonContentInfo->GetValue("fullPathInfo"); in RestoreRouterStack() local
3346 auto fullPathInfo = pageRouterManager_->GetFullPathInfo(); in GetContentInfo() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/
H A Dpage_router_manager.cpp1065 void PageRouterManager::RestoreFullPathInfo(std::unique_ptr<JsonValue> fullPathInfo) in RestoreFullPathInfo()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/
H A Djsi_declarative_engine.cpp1855 void JsiDeclarativeEngine::RestoreFullPathInfo(std::unique_ptr<JsonValue> fullPathInfo) in RestoreFullPathInfo()