Home
last modified time | relevance | path

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

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