Searched refs:MODULE (Results 1 - 10 of 10) sorted by relevance
/developtools/packing_tool/adapter/ohos/ |
H A D | Constants.java | 102 public static final String MODULE = "module"; field in Constants
|
H A D | ModuleJsonUtil.java | 52 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 D | PackageUtil.java | 180 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 D | Compressor.java | 134 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 D | JsonUtil.java | 72 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 D | patch_json.cpp | 27 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 D | module_json.cpp | 43 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 D | pack_info_utils.cpp | 26 const std::string MODULE = "module"; member
|
H A D | module_json_stage.cpp | 43 const std::string MODULE = "module"; member
|
H A D | module_json_fa.cpp | 43 const std::string MODULE = "module"; member
|
Completed in 18 milliseconds