Home
last modified time | relevance | path

Searched refs:InterfaceCmd (Results 1 – 2 of 2) sorted by relevance

/system/netd/server/
DCommandListener.h56 class InterfaceCmd : public NetdCommand {
58 InterfaceCmd();
59 virtual ~InterfaceCmd() {} in ~InterfaceCmd()
DCommandListener.cpp187 registerLockingCmd(new InterfaceCmd()); in CommandListener()
248 CommandListener::InterfaceCmd::InterfaceCmd() : in InterfaceCmd() function in CommandListener::InterfaceCmd
252 int CommandListener::InterfaceCmd::runCommand(SocketClient *cli, in runCommand()