Home
last modified time | relevance | path

Searched refs:parseStageInstallation (Results 1 - 1 of 1) sorted by relevance

/developtools/packing_tool/adapter/ohos/
H A DModuleJsonUtil.java902 hapVerifyInfo.setInstallationFree(parseStageInstallation(hapVerifyInfo.getProfileStr())); in parseStageHapVerifyInfo()
1236 static boolean parseStageInstallation(String jsonString) throws BundleException { in parseStageInstallation() method in ModuleJsonUtil
1364 LOG.error("ModuleJsonUtil::parseStageInstallation json do not contain app."); in getAppObj()
1365 throw new BundleException("ModuleJsonUtil::parseStageInstallation json do not contain app."); in getAppObj()
1380 LOG.error("ModuleJsonUtil::parseStageInstallation jsonObj is null."); in getModuleObj()
1381 throw new BundleException("ModuleJsonUtil::parseStageInstallation jsonObj is null."); in getModuleObj()
1385 LOG.error("ModuleJsonUtil::parseStageInstallation json do not contain module."); in getModuleObj()
1386 throw new BundleException("ModuleJsonUtil::parseStageInstallation json do not contain module."); in getModuleObj()
1431 LOG.error("ModuleJsonUtil::parseStageInstallation json do not contain distro."); in parseFAInstallationFree()
1432 throw new BundleException("ModuleJsonUtil::parseStageInstallation jso in parseFAInstallationFree()
[all...]

Completed in 24 milliseconds