Lines Matching defs:jsonString
124 public static Version parseStageVersion(String jsonString) throws BundleException { in parseStageVersion()
150 public static Version parseFaVersion(String jsonString) throws BundleException { in parseFaVersion()
181 public static String parseFaBundleType(String jsonString) throws BundleException { in parseFaBundleType()
196 …public static ModuleApiVersion parseStageModuleApiVersion(String jsonString) throws BundleExceptio… in parseStageModuleApiVersion()
218 … public static ModuleApiVersion parseFAModuleApiVersion(String jsonString) throws BundleException { in parseFAModuleApiVersion()
245 public static String parseStageModuleName(String jsonString) throws BundleException { in parseStageModuleName()
264 public static String parseFaModuleName(String jsonString) throws BundleException { in parseFaModuleName()
288 public static String parsePatchModuleName(String jsonString) throws BundleException { in parsePatchModuleName()
307 public static String parseFaPackageStr(String jsonString) throws BundleException { in parseFaPackageStr()
326 public static String parseBundleName(String jsonString) throws BundleException { in parseBundleName()
345 public static String parseVendor(String jsonString) throws BundleException { in parseVendor()
526 …public static void parsePackInfoFormsName(String jsonString, List<String> formNameList, List<Strin… in parsePackInfoFormsName()
946 private static MultiAppMode parseMultiAppMode(String jsonString) throws BundleException { in parseMultiAppMode()
990 String jsonString, HashMap<String, String> profileJson) throws BundleException { in parseModuleAllMetadata() argument
1039 public static DistroFilter parseFADistroFilter(String jsonString) throws BundleException { in parseFADistroFilter()
1064 public static List<String> parseDeviceType(String jsonString) throws BundleException { in parseDeviceType()
1082 public static List<String> parseAbilityNames(String jsonString) throws BundleException { in parseAbilityNames()
1104 public static Map<String, List<String>> parseAbilityContinueTypeMap(String jsonString) in parseAbilityContinueTypeMap()
1130 public static List<String> parseExtensionAbilityName(String jsonString) throws BundleException { in parseExtensionAbilityName()
1151 public static Map<String, Boolean> parseAbilitySkillsMap(String jsonString) in parseAbilitySkillsMap()
1186 public static String parseModuleType(String jsonString) throws BundleException { in parseModuleType()
1200 public static String parseFAIsEntry(String jsonString) throws BundleException { in parseFAIsEntry()
1211 …static List<DependencyItem> parseDependencies(String jsonString, String bundleName) throws BundleE… in parseDependencies()
1235 static boolean parseStageInstallation(String jsonString) throws BundleException { in parseStageInstallation()
1244 static String parseStageBundleType(String jsonString) throws BundleException { in parseStageBundleType()
1298 static List<PreloadItem> parseAtomicServicePreloads(String jsonString) throws BundleException { in parseAtomicServicePreloads()
1321 static List<String> parseProxyDataUri(String jsonString) throws BundleException { in parseProxyDataUri()
1352 static JSONObject getAppObj(String jsonString) throws BundleException { in getAppObj()
1369 static JSONObject getModuleObj(String jsonString) throws BundleException { in getModuleObj()
1390 static String parseTargetBundleName(String jsonString) throws BundleException { in parseTargetBundleName()
1399 static int parseTargetPriority(String jsonString) throws BundleException { in parseTargetPriority()
1408 static String parseTargetModuleName(String jsonString) throws BundleException { in parseTargetModuleName()
1417 static int parseTargetModulePriority(String jsonString) throws BundleException { in parseTargetModulePriority()
1426 static boolean parseFAInstallationFree(String jsonString) throws BundleException { in parseFAInstallationFree()
1457 static HQFInfo parsePatch(String jsonString) throws BundleException { in parsePatch()
1498 public static boolean stageIsCompressNativeLibs(String jsonString) throws BundleException { in stageIsCompressNativeLibs()
1513 public static boolean getStageAsanEnabled(String jsonString) throws BundleException { in getStageAsanEnabled()
1527 public static boolean getStageTsanEnabled(String jsonString) throws BundleException { in getStageTsanEnabled()
1541 public static boolean getStageGwpAsanEnabled(String jsonString) throws BundleException { in getStageGwpAsanEnabled()
1555 public static boolean getStageHwasanEnabled(String jsonString) throws BundleException { in getStageHwasanEnabled()
1570 public static Map<String, List<String>> getAbilityContinueBundleNameMap(String jsonString) in getAbilityContinueBundleNameMap()
1596 public static String getStageApiReleaseType(String jsonString) throws BundleException { in getStageApiReleaseType()
1607 public static boolean getDebug(String jsonString) throws BundleException { in getDebug()
1619 public static boolean getFADebug(String jsonString) throws BundleException { in getFADebug()
1645 public static String getFACompileSdkVersion(String jsonString) throws BundleException { in getFACompileSdkVersion()
1661 public static String getFACompileSdkType(String jsonString) throws BundleException { in getFACompileSdkType()
1680 public static String getCompileSdkVersion(String jsonString) throws BundleException { in getCompileSdkVersion()
1697 public static String getCompileSdkType(String jsonString) throws BundleException { in getCompileSdkType()
1714 public static String getStageTargetModuleName(String jsonString) throws BundleException { in getStageTargetModuleName()
1725 public static String getStageTargetBundleName(String jsonString) throws BundleException { in getStageTargetBundleName()
1736 … public static boolean isExistedStageRequestPermissions(String jsonString) throws BundleException { in isExistedStageRequestPermissions()
1746 …public static boolean isExistedStageModuleTargetPriority(String jsonString) throws BundleException… in isExistedStageModuleTargetPriority()
1756 … public static boolean isExistedStageAppTargetPriority(String jsonString) throws BundleException { in isExistedStageAppTargetPriority()
1760 private static boolean isExistedProperty(String jsonString, String fatherProperty, in isExistedProperty()
1784 public static boolean getFAAsanEnabled(String jsonString) throws BundleException { in getFAAsanEnabled()
1798 public static String getFAReleaseType(String jsonString) throws BundleException { in getFAReleaseType()
1814 public static boolean isModuleAtomicServiceValid(String jsonString) throws BundleException { in isModuleAtomicServiceValid()
1835 public static boolean checkEntryInAtomicService(String jsonString) throws BundleException { in checkEntryInAtomicService()
1853 …public static boolean checkAtomicServiceInstallationFree(String jsonString) throws BundleException… in checkAtomicServiceInstallationFree()