Home
last modified time | relevance | path

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

/foundation/communication/netmanager_base/services/netmanagernative/include/netsys/
H A Ddns_param_cache.h137 bool GetDnsServersByAppUid(int32_t appUid, std::vector<std::string> &servers);
/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/dnsresolv/
H A Ddns_param_cache.cpp181 if (GetDnsServersByAppUid(GetCallingUid(), dns)) { in GetResolverConfig()
216 if (GetDnsServersByAppUid(GetCallingUid(), dns)) { in GetResolverConfig()
349 bool DnsParamCache::GetDnsServersByAppUid(int32_t appUid, std::vector<std::string> &servers) in GetDnsServersByAppUid() function in OHOS::nmd::DnsParamCache
354 DNS_CONFIG_PRINT("GetDnsServersByAppUid: appUid=%{public}d", appUid); in GetDnsServersByAppUid()

Completed in 2 milliseconds