Lines Matching defs:jsonString
107 public static Version parseStageVersion(String jsonString) throws BundleException { in parseStageVersion()
133 public static Version parseFaVersion(String jsonString) throws BundleException { in parseFaVersion()
164 public static String parseFaBundleType(String jsonString) throws BundleException { in parseFaBundleType()
179 …public static ModuleApiVersion parseStageModuleApiVersion(String jsonString) throws BundleExceptio… in parseStageModuleApiVersion()
201 … public static ModuleApiVersion parseFAModuleApiVersion(String jsonString) throws BundleException { in parseFAModuleApiVersion()
227 public static String parseStageModuleName(String jsonString) throws BundleException { in parseStageModuleName()
246 public static String parseFaModuleName(String jsonString) throws BundleException { in parseFaModuleName()
270 public static String parsePatchModuleName(String jsonString) throws BundleException { in parsePatchModuleName()
289 public static String parseFaPackageStr(String jsonString) throws BundleException { in parseFaPackageStr()
308 public static String parseBundleName(String jsonString) throws BundleException { in parseBundleName()
327 public static String parseVendor(String jsonString) throws BundleException { in parseVendor()
921 String jsonString, HashMap<String, String> profileJson) throws BundleException { in parseModuleAllMetadata() argument
970 public static DistroFilter parseFADistroFilter(String jsonString) throws BundleException { in parseFADistroFilter()
995 public static List<String> parseDeviceType(String jsonString) throws BundleException { in parseDeviceType()
1013 public static List<String> parseAbilityNames(String jsonString) throws BundleException { in parseAbilityNames()
1035 public static List<String> parseExtensionAbilityName(String jsonString) throws BundleException { in parseExtensionAbilityName()
1056 public static String parseModuleType(String jsonString) throws BundleException { in parseModuleType()
1070 public static String parseFAIsEntry(String jsonString) throws BundleException { in parseFAIsEntry()
1081 …static List<DependencyItem> parseDependencies(String jsonString, String bundleName) throws BundleE… in parseDependencies()
1105 static boolean parseStageInstallation(String jsonString) throws BundleException { in parseStageInstallation()
1114 static String parseStageBundleType(String jsonString) throws BundleException { in parseStageBundleType()
1168 static List<PreloadItem> parseAtomicServicePreloads(String jsonString) throws BundleException { in parseAtomicServicePreloads()
1191 static List<String> parseProxyDataUri(String jsonString) throws BundleException { in parseProxyDataUri()
1222 static JSONObject getAppObj(String jsonString) throws BundleException { in getAppObj()
1239 static JSONObject getModuleObj(String jsonString) throws BundleException { in getModuleObj()
1256 static String parseTargetBundleName(String jsonString) throws BundleException { in parseTargetBundleName()
1265 static int parseTargetPriority(String jsonString) throws BundleException { in parseTargetPriority()
1274 static String parseTargetModuleName(String jsonString) throws BundleException { in parseTargetModuleName()
1283 static int parseTargetModulePriority(String jsonString) throws BundleException { in parseTargetModulePriority()
1292 static boolean parseFAInstallationFree(String jsonString) throws BundleException { in parseFAInstallationFree()
1323 static HQFInfo parsePatch(String jsonString) throws BundleException { in parsePatch()
1364 public static boolean stageIsCompressNativeLibs(String jsonString) throws BundleException { in stageIsCompressNativeLibs()
1379 public static boolean getStageAsanEnabled(String jsonString) throws BundleException { in getStageAsanEnabled()
1393 public static String getStageApiReleaseType(String jsonString) throws BundleException { in getStageApiReleaseType()
1404 public static boolean getDebug(String jsonString) throws BundleException { in getDebug()
1416 public static boolean getFADebug(String jsonString) throws BundleException { in getFADebug()
1442 public static String getFACompileSdkVersion(String jsonString) throws BundleException { in getFACompileSdkVersion()
1458 public static String getFACompileSdkType(String jsonString) throws BundleException { in getFACompileSdkType()
1477 public static String getCompileSdkVersion(String jsonString) throws BundleException { in getCompileSdkVersion()
1494 public static String getCompileSdkType(String jsonString) throws BundleException { in getCompileSdkType()
1511 public static String getStageTargetModuleName(String jsonString) throws BundleException { in getStageTargetModuleName()
1522 public static String getStageTargetBundleName(String jsonString) throws BundleException { in getStageTargetBundleName()
1533 … public static boolean isExistedStageRequestPermissions(String jsonString) throws BundleException { in isExistedStageRequestPermissions()
1543 …public static boolean isExistedStageModuleTargetPriority(String jsonString) throws BundleException… in isExistedStageModuleTargetPriority()
1553 … public static boolean isExistedStageAppTargetPriority(String jsonString) throws BundleException { in isExistedStageAppTargetPriority()
1557 private static boolean isExistedProperty(String jsonString, String fatherProperty, in isExistedProperty()
1581 public static boolean getFAAsanEnabled(String jsonString) throws BundleException { in getFAAsanEnabled()
1595 public static String getFAReleaseType(String jsonString) throws BundleException { in getFAReleaseType()
1611 public static boolean isModuleAtomicServiceValid(String jsonString) throws BundleException { in isModuleAtomicServiceValid()
1632 public static boolean checkEntryInAtomicService(String jsonString) throws BundleException { in checkEntryInAtomicService()
1650 …public static boolean checkAtomicServiceInstallationFree(String jsonString) throws BundleException… in checkAtomicServiceInstallationFree()