Home
last modified time | relevance | path

Searched refs:SetCacheDelayed (Results 1 - 6 of 6) sorted by relevance

/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_manager_test/
H A Ddns_param_cache_test.cpp126 dnsParCache.SetCacheDelayed(netId, hostName); in HWTEST_F()
128 dnsParCache.SetCacheDelayed(netId, hostName); in HWTEST_F()
/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/dnsresolv/
H A Ddns_resolv_config.cpp110 void DnsResolvConfig::SetCacheDelayed(const std::string &hostName) in SetCacheDelayed() function in OHOS::nmd::DnsResolvConfig
H A Ddns_resolv_listen.cpp203 DnsParamCache::GetInstance().SetCacheDelayed(netId, name); in ProcSetCacheCommand()
H A Ddns_param_cache.cpp300 void DnsParamCache::SetCacheDelayed(uint16_t netId, const std::string &hostName) in SetCacheDelayed() function in OHOS::nmd::DnsParamCache
309 DNS_CONFIG_PRINT("SetCacheDelayed failed: netid is not have netid:%{public}d,", netId); in SetCacheDelayed()
313 it->second.SetCacheDelayed(hostName); in SetCacheDelayed()
/foundation/communication/netmanager_base/services/netmanagernative/include/netsys/
H A Ddns_resolv_config.h49 void SetCacheDelayed(const std::string &hostName);
H A Ddns_param_cache.h62 void SetCacheDelayed(uint16_t netId, const std::string &hostName);

Completed in 6 milliseconds