Searched refs:GetHostByNameCmd (Results 1 – 2 of 2) sorted by relevance
70 class GetHostByNameCmd : public FrameworkCommand {72 GetHostByNameCmd();73 virtual ~GetHostByNameCmd() {} in ~GetHostByNameCmd()
561 registerCmd(new GetHostByNameCmd()); in DnsProxyListener()1059 DnsProxyListener::GetHostByNameCmd::GetHostByNameCmd() : FrameworkCommand("gethostbyname") {} in GetHostByNameCmd() function in android::net::DnsProxyListener::GetHostByNameCmd1061 int DnsProxyListener::GetHostByNameCmd::runCommand(SocketClient *cli, in runCommand()