Lines Matching defs:jsonString
106 public static Version parseStageVersion(String jsonString) throws BundleException { in parseStageVersion()
147 public static Version parseFaVersion(String jsonString) throws BundleException { in parseFaVersion()
190 public static String parseFaBundleType(String jsonString) throws BundleException { in parseFaBundleType()
205 …public static ModuleApiVersion parseStageModuleApiVersion(String jsonString) throws BundleExceptio… in parseStageModuleApiVersion()
239 … public static ModuleApiVersion parseFAModuleApiVersion(String jsonString) throws BundleException { in parseFAModuleApiVersion()
276 public static String parseStageModuleName(String jsonString) throws BundleException { in parseStageModuleName()
306 public static String parseFaModuleName(String jsonString) throws BundleException { in parseFaModuleName()
341 public static String parsePatchModuleName(String jsonString) throws BundleException { in parsePatchModuleName()
372 public static String parseFaPackageStr(String jsonString) throws BundleException { in parseFaPackageStr()
402 public static String parseBundleName(String jsonString) throws BundleException { in parseBundleName()
433 public static String parseVendor(String jsonString) throws BundleException { in parseVendor()
1041 String jsonString, HashMap<String, String> profileJson) throws BundleException { in parseModuleAllMetadata() argument
1102 public static DistroFilter parseFADistroFilter(String jsonString) throws BundleException { in parseFADistroFilter()
1127 public static List<String> parseDeviceType(String jsonString) throws BundleException { in parseDeviceType()
1156 public static List<String> parseAbilityNames(String jsonString) throws BundleException { in parseAbilityNames()
1186 public static List<String> parseExtensionAbilityName(String jsonString) throws BundleException { in parseExtensionAbilityName()
1219 public static String parseModuleType(String jsonString) throws BundleException { in parseModuleType()
1243 public static String parseFAIsEntry(String jsonString) throws BundleException { in parseFAIsEntry()
1264 …static List<DependencyItem> parseDependencies(String jsonString, String bundleName) throws BundleE… in parseDependencies()
1299 static boolean parseStageInstallation(String jsonString) throws BundleException { in parseStageInstallation()
1319 static String parseStageBundleType(String jsonString) throws BundleException { in parseStageBundleType()
1382 static List<PreloadItem> parseAtomicServicePreloads(String jsonString) throws BundleException { in parseAtomicServicePreloads()
1412 static List<String> parseProxyDataUri(String jsonString) throws BundleException { in parseProxyDataUri()
1450 static JSONObject getAppObj(String jsonString) throws BundleException { in getAppObj()
1467 static String parseTargetBundleName(String jsonString) throws BundleException { in parseTargetBundleName()
1488 static int parseTargetPriority(String jsonString) throws BundleException { in parseTargetPriority()
1509 static String parseTargetModuleName(String jsonString) throws BundleException { in parseTargetModuleName()
1530 static int parseTargetModulePriority(String jsonString) throws BundleException { in parseTargetModulePriority()
1551 static boolean parseFAInstallationFree(String jsonString) throws BundleException { in parseFAInstallationFree()
1594 static HQFInfo parsePatch(String jsonString) throws BundleException { in parsePatch()
1650 public static boolean stageIsCompressNativeLibs(String jsonString) throws BundleException { in stageIsCompressNativeLibs()
1677 public static boolean getStageAsanEnabled(String jsonString) throws BundleException { in getStageAsanEnabled()
1702 public static String getStageApiReleaseType(String jsonString) throws BundleException { in getStageApiReleaseType()
1724 public static boolean getDebug(String jsonString) throws BundleException { in getDebug()
1746 public static boolean getFADebug(String jsonString) throws BundleException { in getFADebug()
1772 public static String getFACompileSdkVersion(String jsonString) throws BundleException { in getFACompileSdkVersion()
1802 public static String getFACompileSdkType(String jsonString) throws BundleException { in getFACompileSdkType()
1832 public static String getCompileSdkVersion(String jsonString) throws BundleException { in getCompileSdkVersion()
1861 public static String getCompileSdkType(String jsonString) throws BundleException { in getCompileSdkType()
1890 public static String getStageTargetModuleName(String jsonString) throws BundleException { in getStageTargetModuleName()
1912 public static String getStageTargetBundleName(String jsonString) throws BundleException { in getStageTargetBundleName()
1934 … public static boolean isExistedStageRequestPermissions(String jsonString) throws BundleException { in isExistedStageRequestPermissions()
1944 …public static boolean isExistedStageModuleTargetPriority(String jsonString) throws BundleException… in isExistedStageModuleTargetPriority()
1954 … public static boolean isExistedStageAppTargetPriority(String jsonString) throws BundleException { in isExistedStageAppTargetPriority()
1958 private static boolean isExistedProperty(String jsonString, String fatherProperty, in isExistedProperty()
1982 public static boolean getFAAsanEnabled(String jsonString) throws BundleException { in getFAAsanEnabled()
2007 public static String getFAReleaseType(String jsonString) throws BundleException { in getFAReleaseType()
2034 public static boolean isModuleAtomicServiceValid(String jsonString) throws BundleException { in isModuleAtomicServiceValid()
2069 public static boolean checkEntryInAtomicService(String jsonString) throws BundleException { in checkEntryInAtomicService()
2104 …public static boolean checkAtomicServiceInstallationFree(String jsonString) throws BundleException… in checkAtomicServiceInstallationFree()