Lines Matching full:hap
34 * Parses and returns the hap list that supports the device type.
36 public static final String PARSE_MODE_HAPLIST = "hap-list";
39 * Parses and returns the information about the hap.
41 public static final String PARSE_MODE_HAPINFO = "hap-info";
44 …* Parses and returns the informations about the hap list that supports the device type and the hap…
90 private static final String HAP_SUFFIX = ".hap";
102 HAP_LIST(1, "hap-list"),
103 HAP_INFO(2, "hap-info");
136 …* @param unpackApk Indicates whether to decompress the apk file in the hap.The default value is {@…
173 * Unpack the hap.
175 * @param hapPath Indicates the hap path.
177 …* @param unpackApk Indicates whether to decompress the apk file in the hap.The default value is {@…
222 * @param hapName Indicates the hap name, This parameter is required when {@code #parseMode}
263 * @param hapName Indicates the hap name, This parameter is required when {@code #parseMode}
302 * @param hapName Indicates the hap name, This parameter is required when {@code #parseMode}
334 * @param hapName Indicates the hap name, This parameter is required when {@code #parseMode}
360 * Parse the hap.
362 * @param hapPath Indicates the hap path.
372 LOG.error("UncompressEntrance::parseHap must input a hap file!"); in parseHap()
383 * Parse the hap.
404 * Parse the hap resource.
406 * @param hapPath Indicates the hap path.
416 * @param appqfPath Indicates the hap path.