Lines Matching refs:ModuleJsonUtil
405 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()
715 if (targetModuleName.equals(ModuleJsonUtil.parseStageModuleName(jsonString))) { in checkStageOverlayCfg()
720 if (ModuleJsonUtil.isExistedStageModuleTargetPriority(jsonString)) { in checkStageOverlayCfg()
726 String targetBundleName = ModuleJsonUtil.getStageTargetBundleName(jsonString); in checkStageOverlayCfg()
732 if (targetBundleName.equals(ModuleJsonUtil.parseBundleName(jsonString))) { in checkStageOverlayCfg()
737 if (ModuleJsonUtil.isExistedStageAppTargetPriority(jsonString)) { in checkStageOverlayCfg()
752 boolean asanEnabled = ModuleJsonUtil.getFAAsanEnabled(jsonString); in checkFAAsanEnabledValid()
753 boolean debug = ModuleJsonUtil.getFADebug(jsonString); in checkFAAsanEnabledValid()
1386 … return ModuleJsonUtil.mergeTwoPackInfoByPackagePair(finalAppPackInfo, packInfoStr, packagePair); in selectHapInApp()
1455 moduleName = ModuleJsonUtil.parseStageModuleName(jsonString); in readModlueNameFromHap()
1458 moduleName = ModuleJsonUtil.parseFaModuleName(jsonString); in readModlueNameFromHap()
1498 finalPackInfoStr = ModuleJsonUtil.mergeTwoPackInfo(finalPackInfoStr, packInfo); in disposeHap()
2295 utility.setModuleName(ModuleJsonUtil.parseFaModuleName(jsonString)); in jsonSpecialProcess()
2297 … utility.setIsCompressNativeLibs(ModuleJsonUtil.stageIsCompressNativeLibs(jsonString)); in jsonSpecialProcess()
2298 utility.setModuleName(ModuleJsonUtil.parseStageModuleName(jsonString)); in jsonSpecialProcess()
2300 utility.setModuleName(ModuleJsonUtil.parsePatchModuleName(jsonString)); in jsonSpecialProcess()
2600 ModuleJsonUtil.parseStageHapVerifyInfo(hapVerifyInfo); in parseStageHapVerifyInfo()
2631 ModuleJsonUtil.parseFAHapVerifyInfo(hapVerifyInfo); in parseFAHapVerifyInfo()
2725 hqfVerifyInfos.add(ModuleJsonUtil.parseHQFInfo(file)); in checkHQFIsValid()