Home
last modified time | relevance | path

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

/system/netd/server/
DDnsProxyListener.h48 explicit GetAddrInfoCmd(DnsProxyListener* dnsProxyListener);
82 explicit GetHostByNameCmd(DnsProxyListener* dnsProxyListener);
113 explicit GetHostByAddrCmd(const DnsProxyListener* dnsProxyListener);
DDnsProxyListener.cpp321 DnsProxyListener::GetAddrInfoCmd::GetAddrInfoCmd(DnsProxyListener* dnsProxyListener) : in GetAddrInfoCmd() argument
323 mDnsProxyListener(dnsProxyListener) { in GetAddrInfoCmd()
398 DnsProxyListener::GetHostByNameCmd::GetHostByNameCmd(DnsProxyListener* dnsProxyListener) : in GetHostByNameCmd() argument
400 mDnsProxyListener(dnsProxyListener) { in GetHostByNameCmd()
534 DnsProxyListener::GetHostByAddrCmd::GetHostByAddrCmd(const DnsProxyListener* dnsProxyListener) : in GetHostByAddrCmd() argument
536 mDnsProxyListener(dnsProxyListener) { in GetHostByAddrCmd()