Searched refs:pkgContextInfoList (Results 1 - 5 of 5) sorted by relevance
/foundation/arkui/ace_engine/adapter/preview/external/ability/stage/ |
H A D | stage_pkg_context_info.cpp | 45 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 D | stage_pkg_context_info.h | 34 std::vector<std::vector<std::string>>& pkgContextInfoList, const std::string& moduleName);
|
/foundation/ability/ability_runtime/frameworks/native/runtime/ |
H A D | js_runtime_lite.cpp | 439 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 D | js_runtime_lite.h | 61 nlohmann::json &pkgJson, std::vector<std::vector<std::string>> &pkgContextInfoList,
|
/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/ |
H A D | simulator.cpp | 864 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