Home
last modified time | relevance | path

Searched refs:isAppService (Results 1 – 2 of 2) sorted by relevance

/developtools/packing_tool/adapter/ohos/
DUtility.java97 private Boolean isAppService = false; field in Utility
764 public void setIsAppService(boolean isAppService) { in setIsAppService() argument
765 this.isAppService = isAppService; in setIsAppService()
769 return isAppService; in getIsAppService()
DCompressVerify.java553 boolean isAppService = isAppService(utility); in checkInputModulePath()
554 if (utility.getHapPath().isEmpty() && !isSharedApp && !isAppService) { in checkInputModulePath()
559 if (utility.getHspPath().isEmpty() && isAppService) { in checkInputModulePath()
1053 private static boolean isAppService(Utility utility) { in isAppService() method in CompressVerify