Home
last modified time | relevance | path

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

/developtools/packing_tool/adapter/ohos/
DModuleJsonUtil.java119 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 …]
DCompressor.java427 String jsonString = optional.get(); in compressHsp() local
473 String jsonString = optional.get(); in compressHap() local
746 String jsonString = optional.get(); in checkStageHap() local
768 … 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() local
882 private static boolean checkFAAsanEnabledValid(String jsonString) throws BundleException { in checkFAAsanEnabledValid()
[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()
2117 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.java97 … String jsonString = new String(InputStreamUtils.toByteArray(data, (int) entry.getSize()), in checkCompressNativeLibs() local
112 public static boolean checkCompressNativeLibs(String jsonString) { in checkCompressNativeLibs()
/developtools/global_resource_tool/src/
Dresource_util.cpp107 char *jsonString = cJSON_Print(root); in SaveToJsonFile() local
Dcompression_parser.cpp294 char *jsonString = cJSON_Print(node); in ParseJsonStr() local
/developtools/smartperf_host/trace_streamer/src/parser/pbreader_parser/arkts/
Dpbreader_js_memory_parser.cpp560 …yParser::ParseTimeLine(ProfilerPluginDataHeader &profilerPluginData, const std::string &jsonString) in ParseTimeLine()
779 const std::string &jsonString, in ParseSnapshot()