Searched defs:jsonString (Results 1 – 7 of 7) sorted by relevance
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()[all …]
427 String jsonString = optional.get(); in compressHsp() local473 String jsonString = optional.get(); in compressHap() local746 String jsonString = optional.get(); in checkStageHap() local768 … private static boolean checkStageAsanTsanEnabledValid(String jsonString) throws BundleException { in checkStageAsanTsanEnabledValid()778 private static boolean checkStageHwasanEnabledValid(String jsonString) throws BundleException { in checkStageHwasanEnabledValid()798 … private static boolean checkContinueBundleNameIsValid(String jsonString) throws BundleException { in checkContinueBundleNameIsValid()816 private static boolean checkStageAtomicService(String jsonString) throws BundleException { in checkStageAtomicService()836 private static boolean checkStageOverlayCfg(String jsonString) throws BundleException { in checkStageOverlayCfg()878 String jsonString = optional.get(); in checkFAHap() local882 private static boolean checkFAAsanEnabledValid(String jsonString) throws BundleException { in checkFAAsanEnabledValid()[all …]
169 … static List<PackInfo> parseHapList(String deviceType, String jsonString) throws BundleException { in parseHapList()208 static List<PackInfo> parsePackInfos(String jsonString) throws BundleException { in parsePackInfos()2117 static HQFInfo parsePatch(String jsonString) throws BundleException { in parsePatch()
97 … String jsonString = new String(InputStreamUtils.toByteArray(data, (int) entry.getSize()), in checkCompressNativeLibs() local112 public static boolean checkCompressNativeLibs(String jsonString) { in checkCompressNativeLibs()
107 char *jsonString = cJSON_Print(root); in SaveToJsonFile() local
294 char *jsonString = cJSON_Print(node); in ParseJsonStr() local
560 …yParser::ParseTimeLine(ProfilerPluginDataHeader &profilerPluginData, const std::string &jsonString) in ParseTimeLine()779 const std::string &jsonString, in ParseSnapshot()