Searched refs:GetCache (Results 1 - 7 of 7) sorted by relevance
/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_manager_test/ |
H A D | dns_resolv_listen_test.cpp | 40 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 D | resolver_config_test.cpp | 29 using GetCache = int32_t (*)(uint16_t netId, struct ParamWrapper param,
|
/foundation/multimodalinput/input/intention/stationary/server/src/ |
H A D | stationary_server.cpp | 115 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 D | stationary_server.h | 48 Data GetCache(CallingContext &context, const Type &type);
|
/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/dnsresolv/ |
H A D | dns_resolv_config.cpp | 105 NetManagerStandard::LRUCache<AddrInfo> &DnsResolvConfig::GetCache() in GetCache() function in OHOS::nmd::DnsResolvConfig
|
H A D | dns_param_cache.cpp | 109 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 D | dns_resolv_config.h | 47 NetManagerStandard::LRUCache<AddrInfo> &GetCache();
|
Completed in 3 milliseconds