Home
last modified time | relevance | path

Searched refs:GetAddrInfoCmd (Results 1 – 2 of 2) sorted by relevance

/system/netd/server/
DDnsProxyListener.h44 class GetAddrInfoCmd : public NetdCommand {
46 explicit GetAddrInfoCmd(DnsProxyListener* dnsProxyListener);
47 virtual ~GetAddrInfoCmd() {} in ~GetAddrInfoCmd()
DDnsProxyListener.cpp119 registerCmd(new GetAddrInfoCmd(this)); in DnsProxyListener()
299 DnsProxyListener::GetAddrInfoCmd::GetAddrInfoCmd(DnsProxyListener* dnsProxyListener) : in GetAddrInfoCmd() function in android::net::DnsProxyListener::GetAddrInfoCmd
304 int DnsProxyListener::GetAddrInfoCmd::runCommand(SocketClient *cli, in runCommand()