Searched refs:DnsResolvListen (Results 1 – 4 of 4) sorted by relevance
38 DnsResolvListen::DnsResolvListen() : serverSockFd_(-1) in DnsResolvListen() function in OHOS::nmd::DnsResolvListen43 DnsResolvListen::~DnsResolvListen() in ~DnsResolvListen()93 int32_t DnsResolvListen::ProcGetKeyForCache(int clientSockFd, char *name) in ProcGetKeyForCache()118 void DnsResolvListen::ProcGetCacheCommand(int clientSockFd, uint16_t netId) in ProcGetCacheCommand()165 void DnsResolvListen::ProcSetCacheCommand(int clientSockFd, uint16_t netId) in ProcSetCacheCommand()210 void DnsResolvListen::ProcJudgeIpv6Command(int clientSockFd, uint16_t netId) in ProcJudgeIpv6Command()235 void DnsResolvListen::ProcPostDnsResultCommand(int clientSockFd, uint16_t netId) in ProcPostDnsResultCommand()294 void DnsResolvListen::ProcGetDefaultNetworkCommand(int clientSockFd, uint16_t netId) in ProcGetDefaultNetworkCommand()306 void DnsResolvListen::ProcBindSocketCommand(int clientSockFd, uint16_t netId) in ProcBindSocketCommand()321 void DnsResolvListen::ProcCommand(int clientSockFd) in ProcCommand()[all …]
26 class DnsResolvListen {28 DnsResolvListen();29 ~DnsResolvListen();
37 std::shared_ptr<DnsResolvListen> instance_ = nullptr;59 instance_ = std::make_shared<DnsResolvListen>(); in SetUp()101 DnsResolvListen dnsResolvListen;
35 DnsResolvListen().StartListen(); in StartListen()