Home
last modified time | relevance | path

Searched refs:countryCode (Results 1 – 3 of 3) sorted by relevance

/developtools/packing_tool/adapter/ohos/
DDistroFilter.java46 public CountryCode countryCode = null; field in DistroFilter
56 && screenWindow == null && countryCode == null) { in dump()
78 if (countryCode != null) { in dump()
79 …String countryCodeStr = "countryCode: policy is " + countryCode.policy + ", value is " + countryCo… in dump()
DHapVerify.java546 if (distroFilterLeft.countryCode != null && distroFilterRight.countryCode != null) { in checkDistroFilterDisjoint()
547 …if (checkPolicyValueDisjoint(distroFilterLeft.countryCode.policy, distroFilterLeft.countryCode.val… in checkDistroFilterDisjoint()
548 distroFilterRight.countryCode.policy, distroFilterRight.countryCode.value)) { in checkDistroFilterDisjoint()
680 if (!checkCountryCodeCovered(featureHap.getDistroFilter().countryCode, entryHaps)) { in checkFeatureDistroFilter()
886 …private static boolean checkCountryCodeCovered(CountryCode countryCode, List<HapVerifyInfo> entryH… in checkCountryCodeCovered() argument
891 … (hapVerifyInfo.getDistroFilter() == null || hapVerifyInfo.getDistroFilter().countryCode == null) { in checkCountryCodeCovered()
894 if (hapVerifyInfo.getDistroFilter().countryCode.policy == null) { in checkCountryCodeCovered()
898 if (INCLUDE.equals(hapVerifyInfo.getDistroFilter().countryCode.policy)) { in checkCountryCodeCovered()
902 include.addAll(hapVerifyInfo.getDistroFilter().countryCode.value); in checkCountryCodeCovered()
903 } else if (EXCLUDE.equals(hapVerifyInfo.getDistroFilter().countryCode.policy)) { in checkCountryCodeCovered()
[all …]
/developtools/packing_tool/
DREADME_zh.md517 | countryCode | CountryCode结构体 | 标识DistroFilter中的countryCode信息 | NA |