Home
last modified time | relevance | path

Searched refs:getBundleType (Results 1 – 7 of 7) sorted by relevance

/developtools/packing_tool/adapter/ohos/
DVerifyCollection.java139 public String getBundleType() { in getBundleType() method in VerifyCollection
DModuleAppInfo.java170 public String getBundleType() { in getBundleType() method in ModuleAppInfo
DAppInfo.java166 public String getBundleType() { in getBundleType() method in AppInfo
DHapVerifyInfo.java379 public String getBundleType() { in getBundleType() method in HapVerifyInfo
DHapVerify.java164 verifyCollection.setBundleType(hapVerifyInfos.get(0).getBundleType()); in checkAppFieldsIsSame()
181 if (!verifyCollection.getBundleType().equals(hapVerifyInfo.getBundleType())) { in checkAppFieldsIsSame()
448 …ntryHapVerifyInfos.isEmpty() && (!SHARED_LIBRARY.equals(hapVerifyInfos.get(0).getBundleType())))) { in checkEntryIsValid()
1242 String bundleType = hapVerifyInfoList.get(0).getBundleType(); in checkAtomicServiceIsValid()
DModuleAdaption.java96 appInfo.setBundleType(moduleAppInfo.getBundleType()); in convertToAppInfo()
DCompressor.java2273 String bundleType = hapVerifyInfo.getBundleType(); in checkHapIsValid()
2308 if (!hapVerifyInfo.getBundleType().equals(ATOMIC_SERVICE)) { in setAtomicServiceFileSizeLimit()