Searched refs:ProcSetCacheCommand (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/include/netsys/ |
H A D | dns_resolv_listen.h | 36 static void ProcSetCacheCommand(int clientSockFd, uint16_t netId, uint32_t callingUid); 39 static void ProcSetCacheCommand(int clientSockFd, uint16_t netId);
|
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/dnsresolv/ |
H A D | dns_resolv_listen.cpp | 165 void DnsResolvListen::ProcSetCacheCommand(int clientSockFd, uint16_t netId) in ProcSetCacheCommand() function in OHOS::nmd::DnsResolvListen 168 ProcSetCacheCommand(clientSockFd, netId, 0); in ProcSetCacheCommand() 171 void DnsResolvListen::ProcSetCacheCommand(int clientSockFd, uint16_t netId, uint32_t callingUid) in ProcSetCacheCommand() function in OHOS::nmd::DnsResolvListen 350 ProcSetCacheCommand(clientSockFd, netId, uid); in ProcCommand() 352 ProcSetCacheCommand(clientSockFd, netId); in ProcCommand()
|
/ohos5.0/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_manager_test/ |
H A D | dns_resolv_listen_test.cpp | 181 instance_->ProcSetCacheCommand(CLIENT_SOCK_FD, static_cast<uint16_t>(NET_ID));
|