Searched refs:hapInfo (Results 1 - 5 of 5) sorted by relevance
/developtools/packing_tool/adapter/ohos/ |
H A D | ModuleAdaption.java | 54 // adapt hapInfo
in convertToUncompressResult() 55 profileInfo.hapInfo = convertToHapInfo(moduleProfileInfo.moduleInfo);
in convertToUncompressResult() 130 HapInfo hapInfo = new HapInfo();
in convertToHapInfo() 133 return hapInfo;
in convertToHapInfo() 135 hapInfo.name = moduleInfo.name;
in convertToHapInfo() 136 hapInfo.distro = new Distro();
in convertToHapInfo() 137 hapInfo.distro.moduleName = moduleInfo.name;
in convertToHapInfo() 138 hapInfo.distro.moduleType = moduleInfo.type;
in convertToHapInfo() 139 hapInfo.distro.installationFree = moduleInfo.installationFree;
in convertToHapInfo() 140 hapInfo in convertToHapInfo() [all...] |
H A D | Uncompress.java | 223 UncompressResult hapInfo = uncompressHapByStream("", stream, hapName); in uncompressHapAndHspFromAppPath() 224 if (hapInfo.getProfileInfos() != null && hapInfo.getProfileInfos().size() > 0) { in uncompressHapAndHspFromAppPath() 225 hapInfo.getProfileInfos().get(0).hapInfo.originalSize = entry.getSize(); in uncompressHapAndHspFromAppPath() 226 hapInfo.getProfileInfos().get(0).hapInfo.compressedSize = entry.getCompressedSize(); in uncompressHapAndHspFromAppPath() 227 result.addProfileInfo(hapInfo.getProfileInfos().get(0)); in uncompressHapAndHspFromAppPath() 228 result.addProfileInfoStr(hapInfo.getProfileInfosStr().get(0)); in uncompressHapAndHspFromAppPath() 262 UncompressResult hapInfo in uncompressAllAppByPath() 1242 obtainInnerLabelAndIcon(UncompressResult result, HapInfo hapInfo, Distro distro) obtainInnerLabelAndIcon() argument [all...] |
H A D | JsonUtil.java | 264 private static void parseDeviceTypeToHapInfo(String packInfoJsonStr, HapInfo hapInfo, String hapName) { in parseDeviceTypeToHapInfo() argument 290 hapInfo.deviceType = JSONArray.parseArray(deviceTypes in parseDeviceTypeToHapInfo() 324 profileInfo.hapInfo = parseHapInfo(hapJson, data); in parseProfileInfo() 326 parseDeviceTypeToHapInfo(paclInfoJsonString, profileInfo.hapInfo, hapName); in parseProfileInfo() 329 profileInfo.deviceConfig = parseDeviceConfigInfo(deviceConfigJson, profileInfo.hapInfo.deviceType); in parseProfileInfo() 338 if (profileInfo.hapInfo.abilities.size() == 1) { in parseProfileInfo() 339 profileInfo.appInfo.appName = profileInfo.hapInfo.abilities.get(0).label; in parseProfileInfo() 340 profileInfo.appInfo.appNameEN = profileInfo.hapInfo.abilities.get(0).label; in parseProfileInfo() 342 for (AbilityInfo abilityInfo : profileInfo.hapInfo.abilities) { in parseProfileInfo() 625 HapInfo hapInfo in parseHapInfo() 745 getDistro(JSONObject hapJson, HapInfo hapInfo) getDistro() argument 2077 setFAProviderAbility(JSONObject moduleJson, HapInfo hapInfo, List<AbilityInfo> abilityInfos) setFAProviderAbility() argument [all...] |
H A D | ProfileInfo.java | 42 * Indicates the hapInfo of app. 44 public HapInfo hapInfo = null; field in ProfileInfo
|
H A D | HapVerify.java | 453 for (HapVerifyInfo hapInfo : hapVerifyInfos) {
in checkTargetModuleNameIsExisted() 454 if (!hapInfo.getTargetBundleName().isEmpty()) {
in checkTargetModuleNameIsExisted() 457 if (!hapInfo.getTargetModuleName().isEmpty()) {
in checkTargetModuleNameIsExisted() 458 internalOverlayHap.add(hapInfo);
in checkTargetModuleNameIsExisted() 459 targetModuleList.add(hapInfo.getTargetModuleName());
in checkTargetModuleNameIsExisted() 462 nonOverlayHap.add(hapInfo);
in checkTargetModuleNameIsExisted() 463 if (!SHARED_LIBRARY.equals(hapInfo.getModuleType())) {
in checkTargetModuleNameIsExisted() 464 moduleList.add(hapInfo.getModuleName());
in checkTargetModuleNameIsExisted()
|
Completed in 6 milliseconds