Home
last modified time | relevance | path

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

/developtools/packing_tool/adapter/ohos/
DModuleJsonUtil.java925 if (parseModuleType(jsonString).equals(ENTRY) && parseAbilityNames(jsonString).isEmpty()) { in checkEntryInAtomicService()
938 public static String parseModuleType(String jsonString) throws BundleException { in parseModuleType() method in ModuleJsonUtil