Home
last modified time | relevance | path

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

/developtools/packing_tool/adapter/ohos/
DModuleProfileInfo.java34 public String hapName = ""; field in ModuleProfileInfo
DProfileInfo.java29 public String hapName = ""; field in ProfileInfo
DUncompressEntrance.java228 …atic UncompressResult parseApp(String appPath, String parseMode, String deviceType, String hapName, in parseApp()
269 …c UncompressResult parseApp(InputStream input, String parseMode, String deviceType, String hapName, in parseApp()
306 …ublic static UncompressResult parseApp(String appPath, ParseAppMode parseAppMode, String hapName) { in parseApp()
338 …ic static UncompressResult parseApp(InputStream input, ParseAppMode parseAppMode, String hapName) { in parseApp()
DUncompress.java158 String hapName = temp[temp.length - 1]; in unpackageHapMode() local
159 … repackHap(utility.getHapPath(), utility.getOutPath(), hapName, utility.getUnpackApk()); in unpackageHapMode() local
205 String hapName = utility.getHapName(); in uncompressHapFromAppPath() local
436 String hapName) throws BundleException { in uncompressHapByStream()
442 …ic UncompressResult uncompressHapByBigStream(String deviceType, InputStream stream, String hapName) in uncompressHapByBigStream()
678 String hapName = ""; in dataTransferFilesByApp() local
848 … String fileName, String hapName) throws BundleException { in uncompressByInput()
875 … String fileName, String hapName) throws BundleException { in uncompressModuleByInput()
1413 … InputStream input, String fileName, String hapName) { in uncompressModuleHapByInput()
DModuleInfo.java32 public String hapName = ""; field in ModuleInfo
DUncompressVerify.java233 public static boolean isParseAppModeValid(String parseMode, String hapName) { in isParseAppModeValid()
DJsonUtil.java187 …ate static void parseDeviceTypeToHapInfo(String packInfoJsonStr, HapInfo hapInfo, String hapName) { in parseDeviceTypeToHapInfo()
234 String hapName) throws BundleException { in parseProfileInfo()
906String hapName, HashMap<String, String> profileJsons) throws BundleException { in parseModuleProfileInfo() argument
984 static ModuleInfo parseModuleHapInfo(JSONObject moduleJson, byte[] data, String hapName, in parseModuleHapInfo()
DUtility.java73 private String hapName = ""; field in Utility
470 public void setHapName(String hapName) { in setHapName()