Home
last modified time | relevance | path

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

/developtools/packing_tool/adapter/ohos/
DVerifyCollection.java109 private String bundleType = "app"; field in VerifyCollection
135 public void setBundleType(String bundleType) { in setBundleType()
DModuleAppInfo.java118 private String bundleType = "app"; field in ModuleAppInfo
DHapVerifyInfo.java112 private String bundleType = "app"; field in HapVerifyInfo
383 public void setBundleType(String bundleType) { in setBundleType()
DAppInfo.java112 private String bundleType = "app"; field in AppInfo
DHapVerify.java1232 String bundleType = hapVerifyInfoList.get(0).getBundleType(); in checkAtomicServiceIsValid() local
DModuleJsonUtil.java1135 String bundleType = getJsonString(appObj, BUNDLE_TYPE); in parseStageBundleType() local
1664 String bundleType = getJsonString(appObj, BUNDLE_TYPE); in checkAtomicServiceInstallationFree() local
DCompressor.java433 String bundleType = ModuleJsonUtil.parseStageBundleType(jsonString); in compressHap() local
2577 String bundleType = hapVerifyInfo.getBundleType(); in checkHapIsValid() local
DUncompress.java790 String bundleType = "app"; in getFABundleType() local
/developtools/packing_tool/modulecheck/
Dapp.json125 "bundleType": { object