Searched refs:GetHostByNameCmd (Results 1 – 2 of 2) sorted by relevance
67 class GetHostByNameCmd : public FrameworkCommand {69 GetHostByNameCmd();70 virtual ~GetHostByNameCmd() {} in ~GetHostByNameCmd()
502 registerCmd(new GetHostByNameCmd()); in DnsProxyListener()949 DnsProxyListener::GetHostByNameCmd::GetHostByNameCmd() : FrameworkCommand("gethostbyname") {} in GetHostByNameCmd() function in android::net::DnsProxyListener::GetHostByNameCmd951 int DnsProxyListener::GetHostByNameCmd::runCommand(SocketClient *cli, in runCommand()