• Home
  • Raw
  • Download

Lines Matching defs:jsonString

128     public static Version parseStageVersion(String jsonString) throws BundleException {  in parseStageVersion()
154 public static Version parseFaVersion(String jsonString) throws BundleException { in parseFaVersion()
187 public static String parseFaBundleType(String jsonString) throws BundleException { in parseFaBundleType()
202 …public static ModuleApiVersion parseStageModuleApiVersion(String jsonString) throws BundleExceptio… in parseStageModuleApiVersion()
223 public static List<String> parseAssetAccessGroups(String jsonString) throws BundleException { in parseAssetAccessGroups()
242 … public static ModuleApiVersion parseFAModuleApiVersion(String jsonString) throws BundleException { in parseFAModuleApiVersion()
271 public static String parseStageModuleName(String jsonString) throws BundleException { in parseStageModuleName()
291 public static String parseFaModuleName(String jsonString) throws BundleException { in parseFaModuleName()
316 public static String parsePatchModuleName(String jsonString) throws BundleException { in parsePatchModuleName()
335 public static String parseFaPackageStr(String jsonString) throws BundleException { in parseFaPackageStr()
355 public static String parseBundleName(String jsonString) throws BundleException { in parseBundleName()
375 public static String parseVendor(String jsonString) throws BundleException { in parseVendor()
570 …public static void parsePackInfoFormsName(String jsonString, List<String> formNameList, List<Strin… in parsePackInfoFormsName()
995 private static MultiAppMode parseMultiAppMode(String jsonString) throws BundleException { in parseMultiAppMode()
1039 String jsonString, HashMap<String, String> profileJson) throws BundleException { in parseModuleAllMetadata() argument
1088 public static DistroFilter parseFADistroFilter(String jsonString) throws BundleException { in parseFADistroFilter()
1113 public static List<String> parseDeviceType(String jsonString) throws BundleException { in parseDeviceType()
1131 public static List<String> parseAbilityNames(String jsonString) throws BundleException { in parseAbilityNames()
1153 public static Map<String, List<String>> parseAbilityContinueTypeMap(String jsonString) in parseAbilityContinueTypeMap()
1179 public static List<String> parseExtensionAbilityName(String jsonString) throws BundleException { in parseExtensionAbilityName()
1200 public static Map<String, Boolean> parseAbilitySkillsMap(String jsonString) in parseAbilitySkillsMap()
1239 public static Map<String,Boolean> parseExtensionAbilitySkillsMap(String jsonString) in parseExtensionAbilitySkillsMap()
1278 public static String parseModuleType(String jsonString) throws BundleException { in parseModuleType()
1292 public static String parseFAIsEntry(String jsonString) throws BundleException { in parseFAIsEntry()
1303 …static List<DependencyItem> parseDependencies(String jsonString, String bundleName) throws BundleE… in parseDependencies()
1327 static boolean parseStageInstallation(String jsonString) throws BundleException { in parseStageInstallation()
1336 static String parseStageBundleType(String jsonString) throws BundleException { in parseStageBundleType()
1406 static List<PreloadItem> parseAtomicServicePreloads(String jsonString) throws BundleException { in parseAtomicServicePreloads()
1429 static List<String> parseProxyDataUri(String jsonString) throws BundleException { in parseProxyDataUri()
1466 static JSONObject getAppObj(String jsonString) throws BundleException { in getAppObj()
1484 static JSONObject getModuleObj(String jsonString) throws BundleException { in getModuleObj()
1506 static String parseTargetBundleName(String jsonString) throws BundleException { in parseTargetBundleName()
1515 static int parseTargetPriority(String jsonString) throws BundleException { in parseTargetPriority()
1524 static String parseTargetModuleName(String jsonString) throws BundleException { in parseTargetModuleName()
1533 static int parseTargetModulePriority(String jsonString) throws BundleException { in parseTargetModulePriority()
1542 static boolean parseFAInstallationFree(String jsonString) throws BundleException { in parseFAInstallationFree()
1574 static HQFInfo parsePatch(String jsonString) throws BundleException { in parsePatch()
1615 public static boolean stageIsCompressNativeLibs(String jsonString) throws BundleException { in stageIsCompressNativeLibs()
1630 public static boolean getStageAsanEnabled(String jsonString) throws BundleException { in getStageAsanEnabled()
1644 public static boolean getStageTsanEnabled(String jsonString) throws BundleException { in getStageTsanEnabled()
1658 public static boolean getStageGwpAsanEnabled(String jsonString) throws BundleException { in getStageGwpAsanEnabled()
1672 public static boolean getStageHwasanEnabled(String jsonString) throws BundleException { in getStageHwasanEnabled()
1686 public static boolean getStageUbsanEnabled(String jsonString) throws BundleException { in getStageUbsanEnabled()
1701 public static Map<String, List<String>> getAbilityContinueBundleNameMap(String jsonString) in getAbilityContinueBundleNameMap()
1727 public static String getStageApiReleaseType(String jsonString) throws BundleException { in getStageApiReleaseType()
1738 public static boolean getDebug(String jsonString) throws BundleException { in getDebug()
1750 public static boolean getFADebug(String jsonString) throws BundleException { in getFADebug()
1778 public static String getFACompileSdkVersion(String jsonString) throws BundleException { in getFACompileSdkVersion()
1794 public static String getFACompileSdkType(String jsonString) throws BundleException { in getFACompileSdkType()
1813 public static String getCompileSdkVersion(String jsonString) throws BundleException { in getCompileSdkVersion()
1830 public static String getCompileSdkType(String jsonString) throws BundleException { in getCompileSdkType()
1847 public static String getStageTargetModuleName(String jsonString) throws BundleException { in getStageTargetModuleName()
1858 public static String getStageTargetBundleName(String jsonString) throws BundleException { in getStageTargetBundleName()
1869 … public static boolean isExistedStageRequestPermissions(String jsonString) throws BundleException { in isExistedStageRequestPermissions()
1879 …public static boolean isExistedStageModuleTargetPriority(String jsonString) throws BundleException… in isExistedStageModuleTargetPriority()
1889 … public static boolean isExistedStageAppTargetPriority(String jsonString) throws BundleException { in isExistedStageAppTargetPriority()
1893 private static boolean isExistedProperty(String jsonString, String fatherProperty, in isExistedProperty()
1919 public static boolean getFAAsanEnabled(String jsonString) throws BundleException { in getFAAsanEnabled()
1933 public static String getFAReleaseType(String jsonString) throws BundleException { in getFAReleaseType()
1949 public static boolean isModuleAtomicServiceValid(String jsonString) throws BundleException { in isModuleAtomicServiceValid()
1971 public static boolean checkEntryInAtomicService(String jsonString) throws BundleException { in checkEntryInAtomicService()
1991 …public static boolean checkAtomicServiceInstallationFree(String jsonString) throws BundleException… in checkAtomicServiceInstallationFree()