Home
last modified time | relevance | path

Searched defs:jsonString (Results 1 – 5 of 5) sorted by relevance

/developtools/packing_tool/adapter/ohos/
DModuleJsonUtil.java107 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()
[all …]
DCompressor.java395 String jsonString = optional.get(); in compressHsp() local
428 String jsonString = optional.get(); in compressHap() local
662 String jsonString = optional.get(); in checkStageHap() local
675 private static boolean checkStageAsanEnabledValid(String jsonString) throws BundleException { in checkStageAsanEnabledValid()
685 private static boolean checkStageAtomicService(String jsonString) throws BundleException { in checkStageAtomicService()
705 private static boolean checkStageOverlayCfg(String jsonString) throws BundleException { in checkStageOverlayCfg()
747 String jsonString = optional.get(); in checkFAHap() local
751 private static boolean checkFAAsanEnabledValid(String jsonString) throws BundleException { in checkFAAsanEnabledValid()
1217 String jsonString = new String(); in writeJsonFile() local
1454 String jsonString = FileUtils.getJsonInZips(hapFile, MODULE_JSON); in readModlueNameFromHap() local
[all …]
DJsonUtil.java169 … static List<PackInfo> parseHapList(String deviceType, String jsonString) throws BundleException { in parseHapList()
208 static List<PackInfo> parsePackInfos(String jsonString) throws BundleException { in parsePackInfos()
2089 static HQFInfo parsePatch(String jsonString) throws BundleException { in parsePatch()
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/codesigning/utils/
DHapUtils.java82 … String jsonString = new String(InputStreamUtils.toByteArray(data, (int) entry.getSize()), in checkCompressNativeLibs() local
97 public static boolean checkCompressNativeLibs(String jsonString) { in checkCompressNativeLibs()
/developtools/smartperf_host/trace_streamer/src/parser/htrace_pbreader_parser/
Dhtrace_js_memory_parser.cpp560 …yParser::ParseTimeLine(ProfilerPluginDataHeader& profilerPluginData, const std::string& jsonString) in ParseTimeLine()
771 const std::string& jsonString, in ParseSnapshot()