Home
last modified time | relevance | path

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

/developtools/packing_tool/adapter/ohos/
H A DAppInfo.java248 public String getCompileSdkType() { in getCompileSdkType() method in AppInfo
H A DModuleAppInfo.java192 public String getCompileSdkType() { in getCompileSdkType() method in ModuleAppInfo
H A DHapVerifyInfo.java488 public String getCompileSdkType() { in getCompileSdkType() method in HapVerifyInfo
H A DModuleAdaption.java97 appInfo.setCompileSdkType(moduleAppInfo.getCompileSdkType()); in convertToAppInfo()
H A DHapVerify.java488 String compileSdkType = hapVerifyInfos.get(0).getCompileSdkType(); in checkCompileSdkIsValid()
490 if (!compileSdkType.equals(info.getCompileSdkType())) { in checkCompileSdkIsValid()
H A DModuleJsonUtil.java910 hapVerifyInfo.setCompileSdkType(getCompileSdkType(hapVerifyInfo.getProfileStr())); in parseStageHapVerifyInfo()
1701 LOG.warning("getCompileSdkType failed: json file do not contain module compileSdkVersion."); in getCompileSdkVersion()
1712 public static String getCompileSdkType(String jsonString) throws BundleException { in getCompileSdkType() method in ModuleJsonUtil
1718 LOG.warning("getCompileSdkType failed: json file do not contain module compileSdkType."); in getCompileSdkType()

Completed in 9 milliseconds