Searched refs:GetDnsCache (Results 1 – 4 of 4) sorted by relevance
91 dnsParCache.GetDnsCache(netId, hostName);
64 std::vector<AddrInfo> GetDnsCache(uint16_t netId, const std::string &hostName);
137 auto cacheRes = DnsParamCache::GetInstance().GetDnsCache(netId, name); in ProcGetCacheCommand()
261 std::vector<AddrInfo> DnsParamCache::GetDnsCache(uint16_t netId, const std::string &hostName) in GetDnsCache() function in OHOS::nmd::DnsParamCache