Home
last modified time | relevance | path

Searched refs:DnsProxyListener (Results 1 – 4 of 4) sorted by relevance

/system/netd/server/
DDnsProxyListener.cpp54 DnsProxyListener::DnsProxyListener(const NetworkController* netCtrl) : in DnsProxyListener() function in DnsProxyListener
61 DnsProxyListener::GetAddrInfoHandler::GetAddrInfoHandler( in GetAddrInfoHandler()
73 DnsProxyListener::GetAddrInfoHandler::~GetAddrInfoHandler() { in ~GetAddrInfoHandler()
79 void DnsProxyListener::GetAddrInfoHandler::start() { in start()
82 DnsProxyListener::GetAddrInfoHandler::threadStart, this); in start()
86 void* DnsProxyListener::GetAddrInfoHandler::threadStart(void* obj) { in threadStart()
94 android::sp<IDnsEventListener> DnsProxyListener::getDnsEventListener() { in getDnsEventListener()
188 void DnsProxyListener::GetAddrInfoHandler::run() { in run()
226 DnsProxyListener::GetAddrInfoCmd::GetAddrInfoCmd(DnsProxyListener* dnsProxyListener) : in GetAddrInfoCmd()
231 int DnsProxyListener::GetAddrInfoCmd::runCommand(SocketClient *cli, in runCommand()
[all …]
DDnsProxyListener.h29 class DnsProxyListener : public FrameworkListener {
31 explicit DnsProxyListener(const NetworkController* netCtrl);
32 virtual ~DnsProxyListener() {} in ~DnsProxyListener()
47 GetAddrInfoCmd(DnsProxyListener* dnsProxyListener);
51 DnsProxyListener* mDnsProxyListener;
81 GetHostByNameCmd(DnsProxyListener* dnsProxyListener);
85 DnsProxyListener* mDnsProxyListener;
112 GetHostByAddrCmd(const DnsProxyListener* dnsProxyListener);
116 const DnsProxyListener* mDnsProxyListener;
Dmain.cpp90 DnsProxyListener dpl(&gCtls->netCtrl); in main()
DAndroid.mk78 DnsProxyListener.cpp \