Home
last modified time | relevance | path

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

/system/netd/server/
DDnsProxyListener.h46 explicit GetAddrInfoCmd(DnsProxyListener* dnsProxyListener);
80 explicit GetHostByNameCmd(DnsProxyListener* dnsProxyListener);
113 explicit GetHostByAddrCmd(const DnsProxyListener* dnsProxyListener);
DDnsProxyListener.cpp299 DnsProxyListener::GetAddrInfoCmd::GetAddrInfoCmd(DnsProxyListener* dnsProxyListener) : in GetAddrInfoCmd() argument
301 mDnsProxyListener(dnsProxyListener) { in GetAddrInfoCmd()
375 DnsProxyListener::GetHostByNameCmd::GetHostByNameCmd(DnsProxyListener* dnsProxyListener) : in GetHostByNameCmd() argument
377 mDnsProxyListener(dnsProxyListener) { in GetHostByNameCmd()
506 DnsProxyListener::GetHostByAddrCmd::GetHostByAddrCmd(const DnsProxyListener* dnsProxyListener) : in GetHostByAddrCmd() argument
508 mDnsProxyListener(dnsProxyListener) { in GetHostByAddrCmd()