Home
last modified time | relevance | path

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

/developtools/packing_tool/adapter/ohos/
DModuleJsonUtil.java382 JSONObject srcAppObj = srcSummaryObj.getJSONObject(APP); in verifyPackInfo() local
402 public static boolean verifyAppInPackInfo(JSONObject finalAppObj, JSONObject srcAppObj) { in verifyAppInPackInfo()
448 public static boolean checkBundleTypeInPackInfo(JSONObject finalAppObj, JSONObject srcAppObj) { in checkBundleTypeInPackInfo()
638 JSONObject srcAppObj = srcSummaryObj.getJSONObject(APP); in mergeTwoPackInfoByPackagePair() local