Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/include/netsys/
H A Ddns_resolv_listen.h36 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 Ddns_resolv_listen.cpp165 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 Ddns_resolv_listen_test.cpp181 instance_->ProcSetCacheCommand(CLIENT_SOCK_FD, static_cast<uint16_t>(NET_ID));