Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/adapter/preview/external/ability/stage/
H A Dstage_pkg_context_info.cpp37 std::string pkgInfoStr = it->second; in SetPkgContextInfoAndAliasMap() local
38 if (pkgInfoStr.empty()) { in SetPkgContextInfoAndAliasMap()
41 std::unique_ptr<JsonValue> json = JsonUtil::ParseJsonString(pkgInfoStr); in SetPkgContextInfoAndAliasMap()