• Home
  • Raw
  • Download

Lines Matching refs:ModuleJsonUtil

335             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()
634 if (targetModuleName.equals(ModuleJsonUtil.parseStageModuleName(jsonString))) { in checkStageOverlayCfg()
639 if (ModuleJsonUtil.isExistedStageModuleTargetPriority(jsonString)) { in checkStageOverlayCfg()
645 String targetBundleName = ModuleJsonUtil.getStageTargetBundleName(jsonString); in checkStageOverlayCfg()
651 if (targetBundleName.equals(ModuleJsonUtil.parseBundleName(jsonString))) { in checkStageOverlayCfg()
656 if (ModuleJsonUtil.isExistedStageAppTargetPriority(jsonString)) { in checkStageOverlayCfg()
671 boolean asanEnabled = ModuleJsonUtil.getFAAsanEnabled(jsonString); in checkFAAsanEnabledValid()
672 boolean debug = ModuleJsonUtil.getFADebug(jsonString); in checkFAAsanEnabledValid()
1113 … return ModuleJsonUtil.mergeTwoPackInfoByPackagePair(finalAppPackInfo, packInfoStr, packagePair); in selectHapInApp()
1182 moduleName = ModuleJsonUtil.parseStageModuleName(jsonString); in readModlueNameFromHap()
1185 moduleName = ModuleJsonUtil.parseFaModuleName(jsonString); in readModlueNameFromHap()
1225 finalPackInfoStr = ModuleJsonUtil.mergeTwoPackInfo(finalPackInfoStr, packInfo); in disposeHap()
1991 utility.setModuleName(ModuleJsonUtil.parseFaModuleName(jsonString)); in jsonSpecialProcess()
1993 … utility.setIsCompressNativeLibs(ModuleJsonUtil.stageIsCompressNativeLibs(jsonString)); in jsonSpecialProcess()
1994 utility.setModuleName(ModuleJsonUtil.parseStageModuleName(jsonString)); in jsonSpecialProcess()
1996 utility.setModuleName(ModuleJsonUtil.parsePatchModuleName(jsonString)); in jsonSpecialProcess()
2296 ModuleJsonUtil.parseStageHapVerifyInfo(hapVerifyInfo); in parseStageHapVerifyInfo()
2327 ModuleJsonUtil.parseFAHapVerifyInfo(hapVerifyInfo); in parseFAHapVerifyInfo()
2421 hqfVerifyInfos.add(ModuleJsonUtil.parseHQFInfo(file)); in checkHQFIsValid()