Home
last modified time | relevance | path

Searched defs:moduleObj (Results 1 – 2 of 2) sorted by relevance

/developtools/packing_tool/adapter/ohos/
DModuleJsonUtil.java281 JSONObject moduleObj = jsonObject.getJSONObject(MODULE); in parseStageModuleName() local
311 JSONObject moduleObj = jsonObject.getJSONObject(MODULE); in parseFaModuleName() local
346 JSONObject moduleObj = jsonObject.getJSONObject(MODULE); in parsePatchModuleName() local
377 JSONObject moduleObj = jsonObject.getJSONObject(MODULE); in parseFaPackageStr() local
667 public static String parseDistroModuleName(JSONObject moduleObj) throws BundleException { in parseDistroModuleName()
803 JSONObject moduleObj = srcModules.getJSONObject(index); in mergeTwoPackInfoObjByPackagePair() local
860 JSONObject moduleObj = faObj.getJSONObject(MODULE); in parseFaEntry() local
896 JSONObject moduleObj = stageObj.getJSONObject(MODULE); in parseStageEntry() local
917 public static List<String> getDeviceTypeFromFAModule(JSONObject moduleObj) { in getDeviceTypeFromFAModule()
932 public static List<String> getDeviceTypesFromStageModule(JSONObject moduleObj) { in getDeviceTypesFromStageModule()
[all …]
DJsonUtil.java2113 JSONObject moduleObj = jsonObject.getJSONObject(MODULE); in parsePatch() local