Home
last modified time | relevance | path

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

/developtools/packing_tool/adapter/ohos/
H A DModuleJsonUtil.java406 if (!verifyAppInPackInfo(finalAppObj, srcAppObj)) { in verifyPackInfo()
421 public static boolean verifyAppInPackInfo(JSONObject finalAppObj, JSONObject srcAppObj) { in verifyAppInPackInfo() method in ModuleJsonUtil
423 LOG.error("ModuleJsonUtil:verifyAppInPackInfo input null json object."); in verifyAppInPackInfo()
430 LOG.error("ModuleJsonUtil:verifyAppInPackInfo bundleName is different."); in verifyAppInPackInfo()
435 LOG.error("ModuleJsonUtil:verifyAppInPackInfo bundleType is different."); in verifyAppInPackInfo()
442 LOG.error("ModuleJsonUtil:verifyAppInPackInfo version object is empty."); in verifyAppInPackInfo()
448 LOG.error("ModuleJsonUtil:verifyAppInPackInfo versionCode is different."); in verifyAppInPackInfo()
694 if (!verifyAppInPackInfo(finalAppObj, srcAppObj)) { in mergeTwoPackInfoByPackagePair()

Completed in 5 milliseconds