Home
last modified time | relevance | path

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

/developtools/packing_tool/adapter/ohos/
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()
DModuleProfileInfo.java34 public String hapName = ""; field in ModuleProfileInfo
DProfileInfo.java29 public String hapName = ""; field in ProfileInfo
DUncompress.java168 String hapName = temp[temp.length - 1]; in unpackageHapMode() local
169 … repackHap(utility.getHapPath(), utility.getOutPath(), hapName, utility.getUnpackApk()); in unpackageHapMode() local
241 String hapName = utility.getHapName(); in uncompressHapAndHspFromAppPath() local
485 String hapName) throws BundleException { in uncompressHapByStream()
491 …ic UncompressResult uncompressHapByBigStream(String deviceType, InputStream stream, String hapName) in uncompressHapByBigStream()
729 String hapName = ""; in dataTransferFilesByApp() local
899 … String fileName, String hapName) throws BundleException { in uncompressByInput()
926 … String fileName, String hapName) throws BundleException { in uncompressModuleByInput()
1461 … InputStream input, String fileName, String hapName) { in uncompressModuleHapByInput()
1764 String hapName = srcPathItem[srcPathItem.length - 1]; in repackPackage() local
[all …]
DModuleInfo.java49 public String hapName = ""; field in ModuleInfo
DUncompressVerify.java277 public static boolean isParseAppModeValid(String parseMode, String hapName) { in isParseAppModeValid()
DJsonUtil.java267 …ate static void parseDeviceTypeToHapInfo(String packInfoJsonStr, HapInfo hapInfo, String hapName) { in parseDeviceTypeToHapInfo()
313 String hapName) throws BundleException { in parseProfileInfo()
1030String hapName, HashMap<String, String> profileJsons) throws BundleException { in parseModuleProfileInfo() argument
1071 static ModuleInfo parseModuleHapInfo(JSONObject moduleJson, byte[] data, String hapName, in parseModuleHapInfo()
DUtility.java82 private String hapName = ""; field in Utility
531 public void setHapName(String hapName) { in setHapName()
/developtools/packing_tool/packing_tool/frameworks/src/
Dmultiapp_packager.cpp267 for (const auto &hapName : selectedHapsInApp) { in SelectHapInApp() local