Home
last modified time | relevance | path

Searched refs:parseModuleType (Results 1 – 2 of 2) sorted by relevance

/developtools/packing_tool/adapter/ohos/
DModuleJsonUtil.java894 hapVerifyInfo.setModuleType(parseModuleType(hapVerifyInfo.getProfileStr())); in parseStageHapVerifyInfo()
1146 public static String parseModuleType(String jsonString) throws BundleException { in parseModuleType() method in ModuleJsonUtil
1795 if (parseModuleType(jsonString).equals(ENTRY) && parseAbilityNames(jsonString).isEmpty()) { in checkEntryInAtomicService()
DCompressor.java450 String moduleType = ModuleJsonUtil.parseModuleType(jsonString); in compressHsp()
474 String moduleType = ModuleJsonUtil.parseModuleType(jsonString); in compressHap()