• Home
  • Raw
  • Download

Lines Matching refs:ModuleJsonUtil

450             String moduleType = ModuleJsonUtil.parseModuleType(jsonString);  in compressHsp()
474 String moduleType = ModuleJsonUtil.parseModuleType(jsonString); in compressHap()
478 String bundleType = ModuleJsonUtil.parseStageBundleType(jsonString); in compressHap()
769 boolean asanEnabled = ModuleJsonUtil.getStageAsanEnabled(jsonString); in checkStageAsanTsanEnabledValid()
770 boolean tsanEnabled = ModuleJsonUtil.getStageTsanEnabled(jsonString); in checkStageAsanTsanEnabledValid()
779 boolean asanEnabled = ModuleJsonUtil.getStageAsanEnabled(jsonString); in checkStageHwasanEnabledValid()
780 boolean tsanEnabled = ModuleJsonUtil.getStageTsanEnabled(jsonString); in checkStageHwasanEnabledValid()
781 boolean gwpAsanEnabled = ModuleJsonUtil.getStageGwpAsanEnabled(jsonString); in checkStageHwasanEnabledValid()
782 boolean hwasanEnabled = ModuleJsonUtil.getStageHwasanEnabled(jsonString); in checkStageHwasanEnabledValid()
799 …Map<String, List<String>> continueBundleNameMap = ModuleJsonUtil.getAbilityContinueBundleNameMap(j… in checkContinueBundleNameIsValid()
800 String bundleName = ModuleJsonUtil.parseBundleName(jsonString); in checkContinueBundleNameIsValid()
818 if (!ModuleJsonUtil.isModuleAtomicServiceValid(jsonString)) { in checkStageAtomicService()
823 if (!ModuleJsonUtil.checkEntryInAtomicService(jsonString)) { in checkStageAtomicService()
828 if (!ModuleJsonUtil.checkAtomicServiceInstallationFree(jsonString)) { in checkStageAtomicService()
838 String targetModuleName = ModuleJsonUtil.getStageTargetModuleName(jsonString); in checkStageOverlayCfg()
841 if (ModuleJsonUtil.isExistedStageRequestPermissions(jsonString)) { in checkStageOverlayCfg()
846 if (targetModuleName.equals(ModuleJsonUtil.parseStageModuleName(jsonString))) { in checkStageOverlayCfg()
851 if (ModuleJsonUtil.isExistedStageModuleTargetPriority(jsonString)) { in checkStageOverlayCfg()
857 String targetBundleName = ModuleJsonUtil.getStageTargetBundleName(jsonString); in checkStageOverlayCfg()
863 if (targetBundleName.equals(ModuleJsonUtil.parseBundleName(jsonString))) { in checkStageOverlayCfg()
868 if (ModuleJsonUtil.isExistedStageAppTargetPriority(jsonString)) { in checkStageOverlayCfg()
883 boolean asanEnabled = ModuleJsonUtil.getFAAsanEnabled(jsonString); in checkFAAsanEnabledValid()
884 boolean debug = ModuleJsonUtil.getFADebug(jsonString); in checkFAAsanEnabledValid()
1596 … return ModuleJsonUtil.mergeTwoPackInfoByPackagePair(finalAppPackInfo, packInfoStr, packagePair); in selectHapInApp()
1666 moduleName = ModuleJsonUtil.parseStageModuleName(jsonString); in readModlueNameFromHap()
1669 moduleName = ModuleJsonUtil.parseFaModuleName(jsonString); in readModlueNameFromHap()
1709 finalPackInfoStr = ModuleJsonUtil.mergeTwoPackInfo(finalPackInfoStr, packInfo); in disposeHap()
2510 ModuleJsonUtil.parsePackInfoFormsName(jsonString, nameList, formNamesList); in parsePackInfoJsonFile()
2585 utility.setModuleName(ModuleJsonUtil.parseFaModuleName(jsonString)); in jsonSpecialProcess()
2587 … utility.setIsCompressNativeLibs(ModuleJsonUtil.stageIsCompressNativeLibs(jsonString)); in jsonSpecialProcess()
2588 utility.setModuleName(ModuleJsonUtil.parseStageModuleName(jsonString)); in jsonSpecialProcess()
2590 utility.setModuleName(ModuleJsonUtil.parsePatchModuleName(jsonString)); in jsonSpecialProcess()
2895 ModuleJsonUtil.parseStageHapVerifyInfo(hapVerifyInfo); in parseStageHapVerifyInfo()
2926 ModuleJsonUtil.parseFAHapVerifyInfo(hapVerifyInfo); in parseFAHapVerifyInfo()
3023 hqfVerifyInfos.add(ModuleJsonUtil.parseHQFInfo(file)); in checkHQFIsValid()