Home
last modified time | relevance | path

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

/system/netd/server/
DCommandListener.h106 class BandwidthControlCmd : public NetdCommand {
108 BandwidthControlCmd();
109 virtual ~BandwidthControlCmd() {} in ~BandwidthControlCmd()
DCommandListener.cpp181 registerCmd(new BandwidthControlCmd()); in CommandListener()
870 CommandListener::BandwidthControlCmd::BandwidthControlCmd() : in BandwidthControlCmd() function in CommandListener::BandwidthControlCmd
874 void CommandListener::BandwidthControlCmd::sendGenericSyntaxError(SocketClient *cli, const char *us… in sendGenericSyntaxError()
881 void CommandListener::BandwidthControlCmd::sendGenericOkFail(SocketClient *cli, int cond) { in sendGenericOkFail()
889 void CommandListener::BandwidthControlCmd::sendGenericOpFailed(SocketClient *cli, const char *errMs… in sendGenericOpFailed()
893 int CommandListener::BandwidthControlCmd::runCommand(SocketClient *cli, int argc, char **argv) { in runCommand()