Home
last modified time | relevance | path

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

/developtools/packing_tool/adapter/ohos/
H A DHapInfo.java61 public List<DefPermission> defPermissions = new ArrayList<DefPermission>();
H A DDefPermission.java23 * DefPermission info.
26 public class DefPermission { class
28 * Indicates the name of DefPermission.
33 * Indicates the grantMode of DefPermission.
38 * Indicates the group of DefPermission.
43 * Indicates the label of DefPermission.
48 * Indicates the description of DefPermission.
53 * Indicates the availableScope of DefPermission.
H A DJsonUtil.java1861 static List<DefPermission> parseDefPermissions(JSONObject moduleJson, byte[] data) throws BundleException { in parseDefPermissions()
1862 List<DefPermission> defPermissions = new ArrayList<>(); in parseDefPermissions()
1879 static DefPermission parseDefPermission(JSONObject defPermissionObj, byte[] data) throws BundleException { in parseDefPermission()
1880 DefPermission defPermission = new DefPermission(); in parseDefPermission()

Completed in 4 milliseconds