Searched refs:ProcGetKeyForCache (Results 1 – 3 of 3) sorted by relevance
93 int32_t DnsResolvListen::ProcGetKeyForCache(int clientSockFd, char *name) in ProcGetKeyForCache() function in OHOS::nmd::DnsResolvListen129 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()
46 static int32_t ProcGetKeyForCache(int clientSockFd, char *name);
180 auto ret = instance_->ProcGetKeyForCache(CLIENT_SOCK_FD, name);