Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/dnsresolv/
H A Ddns_param_cache.cpp247 if (IsInterceptDomain(appUid, hostName)) { in SetDnsCache()
270 if (IsInterceptDomain(appUid, hostName)) { in GetDnsCache()
446 bool DnsParamCache::IsInterceptDomain(int32_t appUid, const std::string &hostName) in IsInterceptDomain() function in OHOS::nmd::DnsParamCache
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/include/netsys/
H A Ddns_param_cache.h151 bool IsInterceptDomain(int32_t appUid, const std::string &host);