Home
last modified time | relevance | path

Searched refs:GetCache (Results 1 - 7 of 7) sorted by relevance

/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_manager_test/
H A Ddns_resolv_listen_test.cpp40 typedef int32_t (*GetCache)(uint16_t netId, struct ParamWrapper param, struct AddrInfo addr_info[MAX_RESULTS], typedef
154 GetCache func = (GetCache)dlsym(handle, "NetSysGetResolvCache"); in HWTEST_F()
H A Dresolver_config_test.cpp29 using GetCache = int32_t (*)(uint16_t netId, struct ParamWrapper param,
/foundation/multimodalinput/input/intention/stationary/server/src/
H A Dstationary_server.cpp115 GetStaionaryDataReply dataReply { GetCache(context, param.type_) }; in GetParam()
171 Data StationaryServer::GetCache(CallingContext &context, const Type &type) in GetCache() function in OHOS::Msdp::DeviceStatus::StationaryServer
/foundation/multimodalinput/input/intention/stationary/server/include/
H A Dstationary_server.h48 Data GetCache(CallingContext &context, const Type &type);
/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/dnsresolv/
H A Ddns_resolv_config.cpp105 NetManagerStandard::LRUCache<AddrInfo> &DnsResolvConfig::GetCache() in GetCache() function in OHOS::nmd::DnsResolvConfig
H A Ddns_param_cache.cpp109 it->second.GetCache().Clear(); in SetResolverConfig()
267 it->second.GetCache().Put(hostName, addrInfo); in SetDnsCache()
297 return it->second.GetCache().Get(hostName); in GetDnsCache()
/foundation/communication/netmanager_base/services/netmanagernative/include/netsys/
H A Ddns_resolv_config.h47 NetManagerStandard::LRUCache<AddrInfo> &GetCache();

Completed in 3 milliseconds