Lines Matching defs:jsonString
119 public static Version parseStageVersion(String jsonString) throws BundleException { in parseStageVersion()
145 public static Version parseFaVersion(String jsonString) throws BundleException { in parseFaVersion()
176 public static String parseFaBundleType(String jsonString) throws BundleException { in parseFaBundleType()
191 …public static ModuleApiVersion parseStageModuleApiVersion(String jsonString) throws BundleExceptio… in parseStageModuleApiVersion()
213 … public static ModuleApiVersion parseFAModuleApiVersion(String jsonString) throws BundleException { in parseFAModuleApiVersion()
240 public static String parseStageModuleName(String jsonString) throws BundleException { in parseStageModuleName()
259 public static String parseFaModuleName(String jsonString) throws BundleException { in parseFaModuleName()
283 public static String parsePatchModuleName(String jsonString) throws BundleException { in parsePatchModuleName()
302 public static String parseFaPackageStr(String jsonString) throws BundleException { in parseFaPackageStr()
321 public static String parseBundleName(String jsonString) throws BundleException { in parseBundleName()
340 public static String parseVendor(String jsonString) throws BundleException { in parseVendor()
521 …public static void parsePackInfoFormsName(String jsonString, List<String> formNameList, List<Strin… in parsePackInfoFormsName()
941 private static MultiAppMode parseMultiAppMode(String jsonString) throws BundleException { in parseMultiAppMode()
985 String jsonString, HashMap<String, String> profileJson) throws BundleException { in parseModuleAllMetadata() argument
1034 public static DistroFilter parseFADistroFilter(String jsonString) throws BundleException { in parseFADistroFilter()
1059 public static List<String> parseDeviceType(String jsonString) throws BundleException { in parseDeviceType()
1077 public static List<String> parseAbilityNames(String jsonString) throws BundleException { in parseAbilityNames()
1099 public static Map<String, List<String>> parseAbilityContinueTypeMap(String jsonString) in parseAbilityContinueTypeMap()
1125 public static List<String> parseExtensionAbilityName(String jsonString) throws BundleException { in parseExtensionAbilityName()
1146 public static String parseModuleType(String jsonString) throws BundleException { in parseModuleType()
1160 public static String parseFAIsEntry(String jsonString) throws BundleException { in parseFAIsEntry()
1171 …static List<DependencyItem> parseDependencies(String jsonString, String bundleName) throws BundleE… in parseDependencies()
1195 static boolean parseStageInstallation(String jsonString) throws BundleException { in parseStageInstallation()
1204 static String parseStageBundleType(String jsonString) throws BundleException { in parseStageBundleType()
1258 static List<PreloadItem> parseAtomicServicePreloads(String jsonString) throws BundleException { in parseAtomicServicePreloads()
1281 static List<String> parseProxyDataUri(String jsonString) throws BundleException { in parseProxyDataUri()
1312 static JSONObject getAppObj(String jsonString) throws BundleException { in getAppObj()
1329 static JSONObject getModuleObj(String jsonString) throws BundleException { in getModuleObj()
1346 static String parseTargetBundleName(String jsonString) throws BundleException { in parseTargetBundleName()
1355 static int parseTargetPriority(String jsonString) throws BundleException { in parseTargetPriority()
1364 static String parseTargetModuleName(String jsonString) throws BundleException { in parseTargetModuleName()
1373 static int parseTargetModulePriority(String jsonString) throws BundleException { in parseTargetModulePriority()
1382 static boolean parseFAInstallationFree(String jsonString) throws BundleException { in parseFAInstallationFree()
1413 static HQFInfo parsePatch(String jsonString) throws BundleException { in parsePatch()
1454 public static boolean stageIsCompressNativeLibs(String jsonString) throws BundleException { in stageIsCompressNativeLibs()
1469 public static boolean getStageAsanEnabled(String jsonString) throws BundleException { in getStageAsanEnabled()
1483 public static boolean getStageTsanEnabled(String jsonString) throws BundleException { in getStageTsanEnabled()
1497 public static boolean getStageGwpAsanEnabled(String jsonString) throws BundleException { in getStageGwpAsanEnabled()
1511 public static boolean getStageHwasanEnabled(String jsonString) throws BundleException { in getStageHwasanEnabled()
1526 public static Map<String, List<String>> getAbilityContinueBundleNameMap(String jsonString) in getAbilityContinueBundleNameMap()
1552 public static String getStageApiReleaseType(String jsonString) throws BundleException { in getStageApiReleaseType()
1563 public static boolean getDebug(String jsonString) throws BundleException { in getDebug()
1575 public static boolean getFADebug(String jsonString) throws BundleException { in getFADebug()
1601 public static String getFACompileSdkVersion(String jsonString) throws BundleException { in getFACompileSdkVersion()
1617 public static String getFACompileSdkType(String jsonString) throws BundleException { in getFACompileSdkType()
1636 public static String getCompileSdkVersion(String jsonString) throws BundleException { in getCompileSdkVersion()
1653 public static String getCompileSdkType(String jsonString) throws BundleException { in getCompileSdkType()
1670 public static String getStageTargetModuleName(String jsonString) throws BundleException { in getStageTargetModuleName()
1681 public static String getStageTargetBundleName(String jsonString) throws BundleException { in getStageTargetBundleName()
1692 … public static boolean isExistedStageRequestPermissions(String jsonString) throws BundleException { in isExistedStageRequestPermissions()
1702 …public static boolean isExistedStageModuleTargetPriority(String jsonString) throws BundleException… in isExistedStageModuleTargetPriority()
1712 … public static boolean isExistedStageAppTargetPriority(String jsonString) throws BundleException { in isExistedStageAppTargetPriority()
1716 private static boolean isExistedProperty(String jsonString, String fatherProperty, in isExistedProperty()
1740 public static boolean getFAAsanEnabled(String jsonString) throws BundleException { in getFAAsanEnabled()
1754 public static String getFAReleaseType(String jsonString) throws BundleException { in getFAReleaseType()
1770 public static boolean isModuleAtomicServiceValid(String jsonString) throws BundleException { in isModuleAtomicServiceValid()
1791 public static boolean checkEntryInAtomicService(String jsonString) throws BundleException { in checkEntryInAtomicService()
1809 …public static boolean checkAtomicServiceInstallationFree(String jsonString) throws BundleException… in checkAtomicServiceInstallationFree()