Home
last modified time | relevance | path

Searched defs:jsonString (Results 1 – 3 of 3) sorted by relevance

/developtools/packing_tool/adapter/ohos/
DModuleJsonUtil.java95 public static Version parseStageVersion(String jsonString) throws BundleException { in parseStageVersion()
136 public static Version parseFaVersion(String jsonString) throws BundleException { in parseFaVersion()
179 public static String parseFaBundleType(String jsonString) throws BundleException { in parseFaBundleType()
194 …public static ModuleApiVersion parseStageModuleApiVersion(String jsonString) throws BundleExceptio… in parseStageModuleApiVersion()
228 … public static ModuleApiVersion parseFAModuleApiVersion(String jsonString) throws BundleException { in parseFAModuleApiVersion()
265 public static String parseStageModuleName(String jsonString) throws BundleException { in parseStageModuleName()
295 public static String parseFaModuleName(String jsonString) throws BundleException { in parseFaModuleName()
329 public static String parseFaPackageStr(String jsonString) throws BundleException { in parseFaPackageStr()
359 public static String parseBundleName(String jsonString) throws BundleException { in parseBundleName()
390 public static String parseVendor(String jsonString) throws BundleException { in parseVendor()
[all …]
DCompressor.java311 String jsonString = optional.get(); in compressHsp() local
343 String jsonString = optional.get(); in checkStageHap() local
360 private static boolean checkStageAsanEnabledValid(String jsonString) throws BundleException { in checkStageAsanEnabledValid()
370 private static boolean checkStageAtomicService(String jsonString) throws BundleException { in checkStageAtomicService()
392 String jsonString = optional.get(); in checkFAHap() local
396 private static boolean checkFAAsanEnabledValid(String jsonString) throws BundleException { in checkFAAsanEnabledValid()
907 String jsonString = FileUtils.getJsonInZips(hapFile, MODULE_JSON); in readModlueNameFromHap() local
910 String jsonString = FileUtils.getJsonInZips(hapFile, CONFIG_JSON); in readModlueNameFromHap() local
DJsonUtil.java97 … static List<PackInfo> parseHapList(String deviceType, String jsonString) throws BundleException { in parseHapList()
136 static List<PackInfo> parsePackInfos(String jsonString) throws BundleException { in parsePackInfos()
1970 static HQFInfo parsePatch(String jsonString) throws BundleException { in parsePatch()