Home
last modified time | relevance | path

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

/developtools/packing_tool/adapter/ohos/
DVerifyCollection.java72 private String bundleType = "app"; field in VerifyCollection
74 public void setBundleType(String bundleType) { in setBundleType()
DModuleAppInfo.java105 private String bundleType = "app"; field in ModuleAppInfo
DAppInfo.java111 private String bundleType = "app"; field in AppInfo
DHapVerifyInfo.java32 private String bundleType = "app"; field in HapVerifyInfo
367 public void setBundleType(String bundleType) { in setBundleType()
DHapVerify.java1081 String bundleType = hapVerifyInfoList.get(0).getBundleType(); in checkAtomicServiceIsValid() local
DModuleJsonUtil.java1340 String bundleType = getJsonString(appObj, BUNDLE_TYPE); in parseStageBundleType() local
1718 String bundleType = getJsonString(appObj, BUNDLE_TYPE); in checkAtomicServiceInstallationFree() local
DUncompress.java792 String bundleType = "app"; in getFABundleType() local
/developtools/packing_tool/modulecheck/
Dapp.json120 "bundleType": { object