Home
last modified time | relevance | path

Searched refs:isMatchAllow (Results 1 - 2 of 2) sorted by relevance

/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/dnsresolv/
H A Ddns_param_cache.cpp244 bool isMatchAllow = false; in SetDnsCache() local
245 if (IsInterceptDomain(appUid, hostName, isMatchAllow)) { in SetDnsCache()
249 if (isMatchAllow && (addrInfo.aiFamily == AF_INET || addrInfo.aiFamily == AF_INET6)) { in SetDnsCache()
279 bool isMatchAllow = false; in GetDnsCache() local
280 if (IsInterceptDomain(appUid, hostName, isMatchAllow)) { in GetDnsCache()
457 bool DnsParamCache::IsInterceptDomain(int32_t appUid, const std::string &hostName, bool &isMatchAllow) in IsInterceptDomain() argument
486 isMatchAllow = (exactAllowAction != FirewallRuleAction::RULE_INVALID) || in IsInterceptDomain()
490 if (isMatchAllow) { in IsInterceptDomain()
/foundation/communication/netmanager_base/services/netmanagernative/include/netsys/
H A Ddns_param_cache.h151 bool IsInterceptDomain(int32_t appUid, const std::string &host, bool &isMatchAllow);

Completed in 2 milliseconds