Searched refs:bundleType (Results 1 – 8 of 8) sorted by relevance
72 private String bundleType = "app"; field in VerifyCollection74 public void setBundleType(String bundleType) { in setBundleType() argument75 this.bundleType = bundleType; in setBundleType()79 return bundleType; in getBundleType()
105 private String bundleType = "app"; field in ModuleAppInfo113 bundleType = type; in setBundleType()122 return bundleType; in getBundleType()
111 private String bundleType = "app"; field in AppInfo146 return bundleType; in getBundleType()190 bundleType = type; in setBundleType()
32 private String bundleType = "app"; field in HapVerifyInfo364 return bundleType; in getBundleType()367 public void setBundleType(String bundleType) { in setBundleType() argument368 this.bundleType = bundleType; in setBundleType()
1340 String bundleType = getJsonString(appObj, BUNDLE_TYPE); in parseStageBundleType() local1341 if (bundleType.equals(APP)) { in parseStageBundleType()1347 } else if (bundleType.equals(ATOMIC_SERVICE)) { in parseStageBundleType()1718 String bundleType = getJsonString(appObj, BUNDLE_TYPE); in checkAtomicServiceInstallationFree() local1719 if (bundleType.equals(APP)) { in checkAtomicServiceInstallationFree()1724 } else if (bundleType.equals(ATOMIC_SERVICE)) { in checkAtomicServiceInstallationFree()
792 String bundleType = "app"; in getFABundleType() local794 bundleType = "atomicService"; in getFABundleType()796 return bundleType; in getFABundleType()
1081 String bundleType = hapVerifyInfoList.get(0).getBundleType(); in checkAtomicServiceIsValid() local1082 if (!bundleType.equals(ATOMIC_SERVICE)) { in checkAtomicServiceIsValid()
237 | bundleType | String | 标识bundle的类型,取值:<br/>- app:普通应用<br/>- atomicService:原子化…