Home
last modified time | relevance | path

Searched refs:ModuleJsonUtil (Results 1 – 2 of 2) sorted by relevance

/developtools/packing_tool/adapter/ohos/
DCompressor.java405 String moduleType = ModuleJsonUtil.parseModuleType(jsonString); in compressHsp()
429 String moduleType = ModuleJsonUtil.parseModuleType(jsonString); in compressHap()
433 String bundleType = ModuleJsonUtil.parseStageBundleType(jsonString); in compressHap()
676 boolean asanEnabled = ModuleJsonUtil.getStageAsanEnabled(jsonString); in checkStageAsanEnabledValid()
677 boolean debug = ModuleJsonUtil.getDebug(jsonString); in checkStageAsanEnabledValid()
687 if (!ModuleJsonUtil.isModuleAtomicServiceValid(jsonString)) { in checkStageAtomicService()
692 if (!ModuleJsonUtil.checkEntryInAtomicService(jsonString)) { in checkStageAtomicService()
697 if (!ModuleJsonUtil.checkAtomicServiceInstallationFree(jsonString)) { in checkStageAtomicService()
707 String targetModuleName = ModuleJsonUtil.getStageTargetModuleName(jsonString); in checkStageOverlayCfg()
710 if (ModuleJsonUtil.isExistedStageRequestPermissions(jsonString)) { in checkStageOverlayCfg()
[all …]
DModuleJsonUtil.java28 class ModuleJsonUtil { class
98 private static final Log LOG = new Log(ModuleJsonUtil.class.toString());