Home
last modified time | relevance | path

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

/developtools/packing_tool/adapter/ohos/
DCompressor.java335 String moduleType = ModuleJsonUtil.parseModuleType(jsonString); in compressHsp()
359 String moduleType = ModuleJsonUtil.parseModuleType(jsonString); in compressHap()
363 String bundleType = ModuleJsonUtil.parseStageBundleType(jsonString); in compressHap()
595 boolean asanEnabled = ModuleJsonUtil.getStageAsanEnabled(jsonString); in checkStageAsanEnabledValid()
596 boolean debug = ModuleJsonUtil.getDebug(jsonString); in checkStageAsanEnabledValid()
606 if (!ModuleJsonUtil.isModuleAtomicServiceValid(jsonString)) { in checkStageAtomicService()
611 if (!ModuleJsonUtil.checkEntryInAtomicService(jsonString)) { in checkStageAtomicService()
616 if (!ModuleJsonUtil.checkAtomicServiceInstallationFree(jsonString)) { in checkStageAtomicService()
626 String targetModuleName = ModuleJsonUtil.getStageTargetModuleName(jsonString); in checkStageOverlayCfg()
629 if (ModuleJsonUtil.isExistedStageRequestPermissions(jsonString)) { in checkStageOverlayCfg()
[all …]
DModuleJsonUtil.java28 class ModuleJsonUtil { class
97 private static final Log LOG = new Log(ModuleJsonUtil.class.toString());