Home
last modified time | relevance | path

Searched refs:compileSdkType (Results 1 – 6 of 6) sorted by relevance

/developtools/packing_tool/adapter/ohos/
DModuleAppInfo.java128 private String compileSdkType = ""; field in ModuleAppInfo
183 return compileSdkType; in getCompileSdkType()
186 public void setCompileSdkType(String compileSdkType) { in setCompileSdkType() argument
187 this.compileSdkType = compileSdkType; in setCompileSdkType()
DAppInfo.java122 private String compileSdkType = ""; field in AppInfo
239 return compileSdkType; in getCompileSdkType()
242 public void setCompileSdkType(String compileSdkType) { in setCompileSdkType() argument
243 this.compileSdkType = compileSdkType; in setCompileSdkType()
DHapVerifyInfo.java135 private String compileSdkType = ""; field in HapVerifyInfo
484 return compileSdkType; in getCompileSdkType()
487 public void setCompileSdkType(String compileSdkType) { in setCompileSdkType() argument
488 this.compileSdkType = compileSdkType; in setCompileSdkType()
DModuleJsonUtil.java1819 String compileSdkType = ""; in getFACompileSdkType() local
1821 compileSdkType = apiVersionObj.getString(COMPILE_SDK_TYPE); in getFACompileSdkType()
1823 return compileSdkType; in getFACompileSdkType()
1862 String compileSdkType = ""; in getCompileSdkType() local
1872 compileSdkType = appObj.getString(COMPILE_SDK_TYPE); in getCompileSdkType()
1881 return compileSdkType; in getCompileSdkType()
DHapVerify.java395 String compileSdkType = hapVerifyInfos.get(0).getCompileSdkType(); in checkCompileSdkIsValid() local
397 if (!compileSdkType.equals(info.getCompileSdkType())) { in checkCompileSdkIsValid()
/developtools/packing_tool/
DREADME_zh.md362 | compileSdkType | String | 标识编译该应用时使用的sdk类别 …
366 | compileSdkType | String | 标识编译该应用时使用的sdk类别 …