Home
last modified time | relevance | path

Searched defs:bundleType (Results 1 – 11 of 11) sorted by relevance

/developtools/packing_tool/adapter/ohos/
DVerifyCollection.java109 private String bundleType = "app"; field in VerifyCollection
141 public void setBundleType(String bundleType) { in setBundleType()
DModuleAppInfo.java118 private String bundleType = "app"; field in ModuleAppInfo
DAppInfo.java112 private String bundleType = "app"; field in AppInfo
DHapVerifyInfo.java113 private String bundleType = "app"; field in HapVerifyInfo
388 public void setBundleType(String bundleType) { in setBundleType()
DPackageUtil.java159 String bundleType = appObject.getString(Constants.BUNDLE_TYPE); in getBundleTypeFromModuleJson() local
697 String bundleType = ""; in checkBundleTypeConsistency() local
DCompressVerify.java538 String bundleType = new String(); in checkBundleTypeConsistency() local
DHapVerify.java1325 String bundleType = hapVerifyInfoList.get(0).getBundleType(); in checkAtomicServiceIsValid() local
DCompressor.java478 String bundleType = ModuleJsonUtil.parseStageBundleType(jsonString); in compressHap() local
725 String bundleType = hapVerifyInfos.get(0).getBundleType(); in checkAppAtomicServiceCompressedSizeValid() local
2880 String bundleType = hapVerifyInfo.getBundleType(); in checkHapIsValid() local
DModuleJsonUtil.java1265 String bundleType = getJsonString(appObj, BUNDLE_TYPE); in parseStageBundleType() local
1867 String bundleType = getJsonString(appObj, BUNDLE_TYPE); in checkAtomicServiceInstallationFree() local
DUncompress.java803 String bundleType = "app"; in getFABundleType() local
/developtools/packing_tool/modulecheck/
Dapp.json87 "bundleType": { object
189 "bundleType": { object