Home
last modified time | relevance | path

Searched refs:deliveryWithInstall (Results 1 - 5 of 5) sorted by relevance

/developtools/packing_tool/adapter/ohos/
H A DDistro.java34 * Indicates the deliveryWithInstall of Distro.
36 public boolean deliveryWithInstall = false; field in Distro
H A DPackInfo.java47 * Indicates the deliveryWithInstall of PackInfo.
49 public boolean deliveryWithInstall = false; field in PackInfo
H A DModuleInfo.java86 * Indicates the deliveryWithInstall of ModuleInfo.
88 public boolean deliveryWithInstall = true; field in ModuleInfo
H A DModuleAdaption.java141 hapInfo.distro.deliveryWithInstall = moduleInfo.deliveryWithInstall; in convertToHapInfo()
H A DJsonUtil.java42 private static final String INSTALL_FLAG_NEW = "deliveryWithInstall";
105 private static final String DELIVERY_WITH_INSTALL = "deliveryWithInstall";
202 String deliveryWithInstall = getJsonString(tmpObj, INSTALL_FLAG); in parseHapList()
203 if (deliveryWithInstall == null || EMPTY.equals(deliveryWithInstall)) { in parseHapList()
204 deliveryWithInstall = getJsonString(tmpObj, INSTALL_FLAG_NEW); in parseHapList()
206 packInfo.deliveryWithInstall = Boolean.parseBoolean(deliveryWithInstall); in parseHapList()
750 distro.deliveryWithInstall = distroObj.getBoolean("deliveryWithInstall"); in getDistro()
[all...]

Completed in 4 milliseconds