Searched refs:DnsProxyListener (Results 1 – 5 of 5) sorted by relevance
725 DnsProxyListener::DnsProxyListener() : FrameworkListener(SOCKET_NAME) { in DnsProxyListener() function in android::net::DnsProxyListener744 void DnsProxyListener::Handler::spawn() { in spawn()757 DnsProxyListener::GetAddrInfoHandler::GetAddrInfoHandler(SocketClient* c, std::string host, in GetAddrInfoHandler()767 DnsProxyListener::GetAddrInfoHandler::~GetAddrInfoHandler() = default;867 void DnsProxyListener::GetAddrInfoHandler::doDns64Synthesis(int32_t* rv, addrinfo** res, in doDns64Synthesis()909 void DnsProxyListener::GetAddrInfoHandler::run() { in run()972 std::string DnsProxyListener::GetAddrInfoHandler::threadName() { in threadName()993 DnsProxyListener::GetAddrInfoCmd::GetAddrInfoCmd() : FrameworkCommand("getaddrinfo") {} in GetAddrInfoCmd()995 int DnsProxyListener::GetAddrInfoCmd::runCommand(SocketClient* cli, int argc, char** argv) { in runCommand()1049 DnsProxyListener::ResNSendCommand::ResNSendCommand() : FrameworkCommand("resnsend") {} in ResNSendCommand()[all …]
33 class DnsProxyListener : public FrameworkListener {35 DnsProxyListener();36 virtual ~DnsProxyListener() {} in ~DnsProxyListener()
44 DnsProxyListener mDnsProxyListener;
46 query or response. However, DnsProxyListener does create a thread for each query.
269 "DnsProxyListener.cpp",