Home
last modified time | relevance | path

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

/system/netd/server/
DCommandListener.h91 class PppdCmd : public NetdCommand {
93 PppdCmd();
94 virtual ~PppdCmd() {} in ~PppdCmd()
DCommandListener.cpp194 registerLockingCmd(new PppdCmd()); in CommandListener()
699 CommandListener::PppdCmd::PppdCmd() : in PppdCmd() function in CommandListener::PppdCmd
703 int CommandListener::PppdCmd::runCommand(SocketClient *cli, in runCommand()