Home
last modified time | relevance | path

Searched refs:ProcGetKeyForCache (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/dnsresolv/
H A Ddns_resolv_listen.cpp93 int32_t DnsResolvListen::ProcGetKeyForCache(int clientSockFd, char *name) in ProcGetKeyForCache() function in OHOS::nmd::DnsResolvListen
129 int32_t res = ProcGetKeyForCache(clientSockFd, name); in ProcGetCacheCommand()
176 int32_t res = ProcGetKeyForCache(clientSockFd, name); in ProcSetCacheCommand()
246 int32_t res = ProcGetKeyForCache(clientSockFd, name); in ProcPostDnsResultCommand()
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/include/netsys/
H A Ddns_resolv_listen.h46 static int32_t ProcGetKeyForCache(int clientSockFd, char *name);
/ohos5.0/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_manager_test/
H A Ddns_resolv_listen_test.cpp180 auto ret = instance_->ProcGetKeyForCache(CLIENT_SOCK_FD, name);