Home
last modified time | relevance | path

Searched refs:GetDnsCache (Results 1 - 4 of 4) sorted by relevance

/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_manager_test/
H A Ddns_param_cache_test.cpp91 dnsParCache.GetDnsCache(netId, hostName); in HWTEST_F()
170 dnsParCache.GetDnsCache(netId, hostName); in HWTEST_F()
196 auto ret = dnsParCache.GetDnsCache(netId, hostName); in HWTEST_F()
/foundation/communication/netmanager_base/services/netmanagernative/include/netsys/
H A Ddns_param_cache.h64 std::vector<AddrInfo> GetDnsCache(uint16_t netId, const std::string &hostName);
/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/dnsresolv/
H A Ddns_resolv_listen.cpp138 auto cacheRes = DnsParamCache::GetInstance().GetDnsCache(netId, name); in ProcGetCacheCommand()
H A Ddns_param_cache.cpp270 std::vector<AddrInfo> DnsParamCache::GetDnsCache(uint16_t netId, const std::string &hostName) in GetDnsCache() function in OHOS::nmd::DnsParamCache
293 DNS_CONFIG_PRINT("GetDnsCache failed: netid is not have netid:%{public}d,", netId); in GetDnsCache()

Completed in 3 milliseconds