Searched refs:InterfaceCmd (Results 1 – 2 of 2) sorted by relevance
80 class InterfaceCmd : public NdcNetdCommand {82 InterfaceCmd();83 virtual ~InterfaceCmd() {} in ~InterfaceCmd()
132 registerCmd(new InterfaceCmd()); in NdcDispatcher()165 NdcDispatcher::InterfaceCmd::InterfaceCmd() : NdcNetdCommand("interface") {} in InterfaceCmd() function in android::net::NdcDispatcher::InterfaceCmd167 int NdcDispatcher::InterfaceCmd::runCommand(NdcClient* cli, int argc, char** argv) const { in runCommand()