Searched refs:bundleType (Results 1 – 11 of 11) sorted by relevance
109 private String bundleType = "app"; field in VerifyCollection135 public void setBundleType(String bundleType) { in setBundleType() argument136 this.bundleType = bundleType; in setBundleType()140 return bundleType; in getBundleType()
118 private String bundleType = "app"; field in ModuleAppInfo154 bundleType = type; in setBundleType()171 return bundleType; in getBundleType()
112 private String bundleType = "app"; field in AppInfo167 return bundleType; in getBundleType()211 bundleType = type; in setBundleType()
112 private String bundleType = "app"; field in HapVerifyInfo380 return bundleType; in getBundleType()383 public void setBundleType(String bundleType) { in setBundleType() argument384 this.bundleType = bundleType; in setBundleType()
1135 String bundleType = getJsonString(appObj, BUNDLE_TYPE); in parseStageBundleType() local1136 if (bundleType.equals(APP)) { in parseStageBundleType()1144 } else if (bundleType.equals(ATOMIC_SERVICE)) { in parseStageBundleType()1152 } else if (SHARED.equals(bundleType)) { in parseStageBundleType()1159 } else if (APP_SERVICE.equals(bundleType)) { in parseStageBundleType()1664 String bundleType = getJsonString(appObj, BUNDLE_TYPE); in checkAtomicServiceInstallationFree() local1665 if (bundleType.equals(APP)) { in checkAtomicServiceInstallationFree()1670 } else if (bundleType.equals(ATOMIC_SERVICE)) { in checkAtomicServiceInstallationFree()1675 } else if (SHARED.equals(bundleType)) { in checkAtomicServiceInstallationFree()1680 } else if (APP_SERVICE.equals(bundleType)) { in checkAtomicServiceInstallationFree()
790 String bundleType = "app"; in getFABundleType() local792 bundleType = "atomicService"; in getFABundleType()794 return bundleType; in getFABundleType()
1232 String bundleType = hapVerifyInfoList.get(0).getBundleType(); in checkAtomicServiceIsValid() local1233 if (!bundleType.equals(ATOMIC_SERVICE)) { in checkAtomicServiceIsValid()
433 String bundleType = ModuleJsonUtil.parseStageBundleType(jsonString); in compressHap() local434 if (TYPE_SHARED.equals(bundleType)) { in compressHap()2577 String bundleType = hapVerifyInfo.getBundleType(); in checkHapIsValid() local2578 if (TYPE_SHARED.equals(bundleType)) { in checkHapIsValid()
114 projectConfig.bundleType = projectConfig.bundleType || process.env.bundleType || '';
379 | bundleType | String | 标识bundle的类型,取值:<br/>- app:普通应用<br/>- atomicService:元服务…
301 …if (projectConfig.bundleType === ATOMICSERVICE_BUNDLE_TYPE && projectConfig.compileSdkVersion >= A…