Home
last modified time | relevance | path

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

/developtools/packing_tool/adapter/ohos/
DModuleJsonUtil.java106 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()
[all …]
DCompressor.java325 String jsonString = optional.get(); in compressHsp() local
358 String jsonString = optional.get(); in compressHap() local
581 String jsonString = optional.get(); in checkStageHap() local
594 private static boolean checkStageAsanEnabledValid(String jsonString) throws BundleException { in checkStageAsanEnabledValid()
604 private static boolean checkStageAtomicService(String jsonString) throws BundleException { in checkStageAtomicService()
624 private static boolean checkStageOverlayCfg(String jsonString) throws BundleException { in checkStageOverlayCfg()
666 String jsonString = optional.get(); in checkFAHap() local
670 private static boolean checkFAAsanEnabledValid(String jsonString) throws BundleException { in checkFAAsanEnabledValid()
1181 String jsonString = FileUtils.getJsonInZips(hapFile, MODULE_JSON); in readModlueNameFromHap() local
1184 String jsonString = FileUtils.getJsonInZips(hapFile, CONFIG_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()
2086 static HQFInfo parsePatch(String jsonString) throws BundleException { in parsePatch()
/developtools/profiler/host/smartperf/trace_streamer/src/parser/htrace_pbreader_parser/
Dhtrace_js_memory_parser.cpp366 void HtraceJSMemoryParser::ParseTimeLine(int32_t fileId, const std::string& jsonString) in ParseTimeLine()
506 void HtraceJSMemoryParser::ParseSnapshot(int32_t fileId, const std::string& jsonString) in ParseSnapshot()
/developtools/smartperf_host/trace_streamer/src/parser/htrace_pbreader_parser/
Dhtrace_js_memory_parser.cpp403 void HtraceJSMemoryParser::ParseTimeLine(int32_t fileId, const std::string& jsonString) in ParseTimeLine()
543 void HtraceJSMemoryParser::ParseSnapshot(int32_t fileId, const std::string& jsonString) in ParseSnapshot()