Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/
H A Djsi_declarative_engine.cpp1872 auto fullPathInfoJsonValue = item->GetValue("fullPathInfo"); in RestoreFullPathInfo() local
1874 !fullPathInfoJsonValue || !fullPathInfoJsonValue->IsString()) { in RestoreFullPathInfo()
1880 std::string pathInfo = fullPathInfoJsonValue->GetString(); in RestoreFullPathInfo()