Home
last modified time | relevance | path

Searched refs:GetCache (Results 1 – 16 of 16) sorted by relevance

/ohos5.0/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[MA… typedef
154 GetCache func = (GetCache)dlsym(handle, "NetSysGetResolvCache");
H A Dresolver_config_test.cpp29 using GetCache = int32_t (*)(uint16_t netId, struct ParamWrapper param, typedef
/ohos5.0/foundation/multimodalinput/input/intention/stationary/server/src/
H A Dstationary_server.cpp113 GetStaionaryDataReply dataReply { GetCache(context, param.type_) }; in GetParam()
165 Data StationaryServer::GetCache(CallingContext &context, const Type &type) in GetCache() function in OHOS::Msdp::DeviceStatus::StationaryServer
/ohos5.0/base/msdp/device_status/intention/stationary/server/src/
H A Dstationary_server.cpp113 GetStaionaryDataReply dataReply { GetCache(context, param.type_) }; in GetParam()
165 Data StationaryServer::GetCache(CallingContext &context, const Type &type) in GetCache() function in OHOS::Msdp::DeviceStatus::StationaryServer
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/include/netsys/
H A Ddns_resolv_config.h47 NetManagerStandard::LRUCache<AddrInfo> &GetCache();
/ohos5.0/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.cpp112 it->second.GetCache().Clear(); in SetResolverConfig()
258 it->second.GetCache().Put(hostName, addrInfo); in SetDnsCache()
287 return it->second.GetCache().Get(hostName); in GetDnsCache()
/ohos5.0/foundation/multimodalinput/input/intention/stationary/server/include/
H A Dstationary_server.h48 Data GetCache(CallingContext &context, const Type &type);
/ohos5.0/base/msdp/device_status/intention/stationary/server/include/
H A Dstationary_server.h48 Data GetCache(CallingContext &context, const Type &type);
/ohos5.0/base/msdp/device_status/services/communication/base/
H A Di_devicestatus.h38 virtual Data GetCache(const Type &type) = 0;
/ohos5.0/base/msdp/device_status/services/communication/client/include/
H A Ddevicestatus_srv_proxy.h39 virtual Data GetCache(const Type &type) override;
/ohos5.0/base/msdp/device_status/services/native/include/
H A Ddevicestatus_service.h69 Data GetCache(const Type &type) override;
/ohos5.0/base/msdp/device_status/frameworks/native/src/
H A Ddevicestatus_client.cpp169 devicestatusData = devicestatusProxy_->GetCache(type); in GetDeviceStatusData()
/ohos5.0/base/msdp/device_status/services/native/src/
H A Ddevicestatus_service.cpp212 Data data = GetCache(type); in Dump()
314 Data DeviceStatusService::GetCache(const Type &type) in GetCache() function in OHOS::Msdp::DeviceStatus::DeviceStatusService
/ohos5.0/base/msdp/device_status/services/communication/client/src/
H A Ddevicestatus_srv_proxy.cpp94 Data DeviceStatusSrvProxy::GetCache(const Type &type) in GetCache() function in OHOS::Msdp::DeviceStatus::DeviceStatusSrvProxy
/ohos5.0/base/msdp/device_status/services/communication/service/src/
H A Ddevicestatus_srv_stub.cpp329 Data devicestatusData = GetCache(static_cast<Type>(type)); in GetLatestDeviceStatusDataStub()