Lines Matching defs:parseApp
98 * Indicates the parseMode for parseApp interface.
225 * @return Return the uncomperss result of parseApp
228 public static UncompressResult parseApp(String appPath, String parseMode, String deviceType, String hapName,
239 LOG.error("UncompressEntrance::parseApp must input a app file!");
266 * @return Return the uncomperss result of parseApp
269 public static UncompressResult parseApp(InputStream input, String parseMode, String deviceType, String hapName,
274 LOG.error("UncompressEntrance::parseApp input is null!");
304 * @return Return the uncomperss result of parseApp
306 public static UncompressResult parseApp(String appPath, ParseAppMode parseAppMode, String hapName) {
314 LOG.error("UncompressEntrance::parseApp must input a app file!");
336 * @return Return the uncomperss result of parseApp
338 public static UncompressResult parseApp(InputStream input, ParseAppMode parseAppMode, String hapName) {
341 LOG.error("UncompressEntrance::parseApp input is null!");