Searched refs:GetHostByAddrCmd (Results 1 – 2 of 2) sorted by relevance
92 class GetHostByAddrCmd : public FrameworkCommand {94 GetHostByAddrCmd();95 virtual ~GetHostByAddrCmd() {} in ~GetHostByAddrCmd()
501 registerCmd(new GetHostByAddrCmd()); in DnsProxyListener()1076 DnsProxyListener::GetHostByAddrCmd::GetHostByAddrCmd() : FrameworkCommand("gethostbyaddr") {} in GetHostByAddrCmd() function in android::net::DnsProxyListener::GetHostByAddrCmd1078 int DnsProxyListener::GetHostByAddrCmd::runCommand(SocketClient *cli, in runCommand()