Home
last modified time | relevance | path

Searched refs:pkgContextInfoList (Results 1 - 5 of 5) sorted by relevance

/foundation/arkui/ace_engine/adapter/preview/external/ability/stage/
H A Dstage_pkg_context_info.cpp45 std::vector<std::vector<std::string>> pkgContextInfoList; in SetPkgContextInfoAndAliasMap() local
47 AliasMap(item, pkgContextInfoList, moduleName); in SetPkgContextInfoAndAliasMap()
51 std::vector<std::vector<std::string>>& pkgContextInfoList, const std::string& moduleName) in AliasMap()
72 pkgContextInfoList.push_back(sonMap); in AliasMap()
75 pkgContextInfoMap_[moduleName] = pkgContextInfoList; in AliasMap()
50 AliasMap(std::unique_ptr<JsonValue>& item, std::vector<std::vector<std::string>>& pkgContextInfoList, const std::string& moduleName) AliasMap() argument
H A Dstage_pkg_context_info.h34 std::vector<std::vector<std::string>>& pkgContextInfoList, const std::string& moduleName);
/foundation/ability/ability_runtime/frameworks/native/runtime/
H A Djs_runtime_lite.cpp439 std::vector<std::vector<std::string>> pkgContextInfoList; in GetPkgContextInfoListMap() local
459 ParsePkgContextInfoJson(jsonObject, pkgContextInfoList, pkgAliasMap); in GetPkgContextInfoListMap()
461 pkgContextInfoMap[it->first] = pkgContextInfoList; in GetPkgContextInfoListMap()
466 std::vector<std::vector<std::string>> &pkgContextInfoList, std::map<std::string, std::string> &pkgAliasMap) in ParsePkgContextInfoJson()
502 pkgContextInfoList.emplace_back(items); in ParsePkgContextInfoJson()
465 ParsePkgContextInfoJson(nlohmann::json &jsonObject, std::vector<std::vector<std::string>> &pkgContextInfoList, std::map<std::string, std::string> &pkgAliasMap) ParsePkgContextInfoJson() argument
/foundation/ability/ability_runtime/interfaces/inner_api/runtime/include/
H A Djs_runtime_lite.h61 nlohmann::json &pkgJson, std::vector<std::vector<std::string>> &pkgContextInfoList,
/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/
H A Dsimulator.cpp864 std::vector<std::vector<std::string>> pkgContextInfoList; in GetPkgContextInfoListMap() local
898 pkgContextInfoList.emplace_back(items); in GetPkgContextInfoListMap()
901 pkgContextInfoMap[it->first] = pkgContextInfoList; in GetPkgContextInfoListMap()

Completed in 13 milliseconds