Home
last modified time | relevance | path

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

/developtools/packing_tool/adapter/ohos/
DJsonUtil.java318 JSONObject hapJson = jsonObject.getJSONObject("module"); in parseProfileInfo() local
615 static HapInfo parseHapInfo(JSONObject hapJson, byte[] data) throws BundleException { in parseHapInfo()
708 …static List<ReqPermission> parseFAReqPermission(JSONObject hapJson, byte[] data) throws BundleExce… in parseFAReqPermission()
736 private static void getDistro(JSONObject hapJson, HapInfo hapInfo) { in getDistro()