Searched refs:GetAddrInfoCmd (Results 1 – 2 of 2) sorted by relevance
58 class GetAddrInfoCmd : public FrameworkCommand {60 GetAddrInfoCmd();61 virtual ~GetAddrInfoCmd() {} in ~GetAddrInfoCmd()168 std::unique_ptr<GetAddrInfoCmd> mGetAddrInfoCmd;
726 mGetAddrInfoCmd = std::make_unique<GetAddrInfoCmd>(); in DnsProxyListener()993 DnsProxyListener::GetAddrInfoCmd::GetAddrInfoCmd() : FrameworkCommand("getaddrinfo") {} in GetAddrInfoCmd() function in android::net::DnsProxyListener::GetAddrInfoCmd995 int DnsProxyListener::GetAddrInfoCmd::runCommand(SocketClient* cli, int argc, char** argv) { in runCommand()