Home
last modified time | relevance | path

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

/developtools/packing_tool/adapter/ohos/
DModuleAppInfo.java182 public String getCompileSdkType() { in getCompileSdkType() method in ModuleAppInfo
DAppInfo.java238 public String getCompileSdkType() { in getCompileSdkType() method in AppInfo
DHapVerifyInfo.java483 public String getCompileSdkType() { in getCompileSdkType() method in HapVerifyInfo
DModuleAdaption.java97 appInfo.setCompileSdkType(moduleAppInfo.getCompileSdkType()); in convertToAppInfo()
DHapVerify.java395 String compileSdkType = hapVerifyInfos.get(0).getCompileSdkType(); in checkCompileSdkIsValid()
397 if (!compileSdkType.equals(info.getCompileSdkType())) { in checkCompileSdkIsValid()
DModuleJsonUtil.java974 hapVerifyInfo.setCompileSdkType(getCompileSdkType(hapVerifyInfo.getProfileStr())); in parseStageHapVerifyInfo()
1861 public static String getCompileSdkType(String jsonString) throws BundleException { in getCompileSdkType() method in ModuleJsonUtil