Home
last modified time | relevance | path

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

/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);
/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/dnsresolv/
H A Ddns_param_cache.cpp245 if (IsInterceptDomain(appUid, hostName, isMatchAllow)) { in SetDnsCache()
280 if (IsInterceptDomain(appUid, hostName, isMatchAllow)) { in GetDnsCache()
457 bool DnsParamCache::IsInterceptDomain(int32_t appUid, const std::string &hostName, bool &isMatchAllow) in IsInterceptDomain() function in OHOS::nmd::DnsParamCache
463 DNS_CONFIG_PRINT("IsInterceptDomain: appUid: %{public}d, hostName: %{private}s", appUid, host.c_str()); in IsInterceptDomain()

Completed in 2 milliseconds