Home
last modified time | relevance | path

Searched refs:MODULE (Results 1 - 10 of 10) sorted by relevance

/developtools/packing_tool/adapter/ohos/
H A DConstants.java102 public static final String MODULE = "module"; field in Constants
H A DModuleJsonUtil.java52 private static final String MODULE = "module"; field in ModuleJsonUtil
796 JSONObject moduleObj = faObj.getJSONObject(MODULE); in parseFaEntry()
832 JSONObject moduleObj = stageObj.getJSONObject(MODULE); in parseStageEntry()
1045 if (jsonObj.containsKey(MODULE)) { in parseFADistroFilter()
1046 JSONObject moduleObj = jsonObj.getJSONObject(MODULE); in parseFADistroFilter()
1383 JSONObject moduleObj = jsonObj.getJSONObject(MODULE); in getModuleObj()
1752 return isExistedProperty(jsonString, MODULE, REQUEST_PERMISSIONS); in isExistedStageRequestPermissions()
1762 return isExistedProperty(jsonString, MODULE, TARGET_PRIORITY); in isExistedStageModuleTargetPriority()
H A DPackageUtil.java180 JSONObject moduleObject = jsonObject.getJSONObject(Constants.MODULE); in parseModuleJsonInfo()
479 JSONObject moduleObject = jsonObject.getJSONObject(Constants.MODULE); in genBuildHash()
609 JSONObject moduleObject = jsonObject.getJSONObject(Constants.MODULE); in genBuildHash()
H A DCompressor.java134 private static final String MODULE = "module"; field in Compressor
505 if (jsonObject == null || !jsonObject.containsKey(APP) || !jsonObject.containsKey(MODULE)) { in hasGenerateBuildHash()
510 JSONObject moduleJson = jsonObject.getJSONObject(MODULE); in hasGenerateBuildHash()
542 if (!jsonObject.containsKey(APP) || !jsonObject.containsKey(MODULE)) { in setGenerateBuildHash()
547 JSONObject moduleJson = jsonObject.getJSONObject(MODULE); in setGenerateBuildHash()
684 JSONObject moduleJson = jsonObject.getJSONObject(MODULE); in putBuildHash()
3243 JSONObject moduleObject = jsonObject.getJSONObject(MODULE); in parseAndModifyModuleJson()
3335 JSONObject moduleObject = jsonObject.getJSONObject(MODULE); in parseAndModifyConfigJson()
H A DJsonUtil.java72 private static final String MODULE = "module"; field in JsonUtil
1024 if (jsonObject == null || !jsonObject.containsKey(APP) || !jsonObject.containsKey(MODULE)) { in parseModuleProfileInfo()
1031 JSONObject moduleJson = jsonObject.getJSONObject(MODULE); in parseModuleProfileInfo()
2179 JSONObject moduleObj = jsonObject.getJSONObject(MODULE); in parsePatch()
/developtools/packing_tool/packing_tool/frameworks/src/json/
H A Dpatch_json.cpp27 const std::string MODULE = "module"; member
110 if (!root_->Contains(MODULE.c_str())) { in GetModuleObject()
111 LOGE("Json root has no %s node!", MODULE.c_str()); in GetModuleObject()
114 if (root_->GetObject(MODULE.c_str(), &moduleObj) != Result::SUCCESS) { in GetModuleObject()
115 LOGE("Json root get %s node failed!", MODULE.c_str()); in GetModuleObject()
H A Dmodule_json.cpp43 const std::string MODULE = "module"; member
196 if (!root_->Contains(MODULE.c_str())) { in GetModuleObject()
197 LOGE("Json root has no %s node!", MODULE.c_str()); in GetModuleObject()
200 if (root_->GetObject(MODULE.c_str(), &moduleObj) != Result::SUCCESS) { in GetModuleObject()
201 LOGE("Json root get %s node failed!", MODULE.c_str()); in GetModuleObject()
H A Dpack_info_utils.cpp26 const std::string MODULE = "module"; member
H A Dmodule_json_stage.cpp43 const std::string MODULE = "module"; member
H A Dmodule_json_fa.cpp43 const std::string MODULE = "module"; member

Completed in 18 milliseconds