Searched refs:DnsProxyListener (Results 1 – 4 of 4) sorted by relevance
54 DnsProxyListener::DnsProxyListener(const NetworkController* netCtrl) : in DnsProxyListener() function in DnsProxyListener61 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 …]
29 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;
90 DnsProxyListener dpl(&gCtls->netCtrl); in main()
78 DnsProxyListener.cpp \