Home
last modified time | relevance | path

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

/system/netd/server/
DCommandListener.h98 class BandwidthControlCmd : public NetdCommand {
100 BandwidthControlCmd();
101 virtual ~BandwidthControlCmd() {} in ~BandwidthControlCmd()
DCommandListener.cpp194 registerLockingCmd(new BandwidthControlCmd(), gCtls->bandwidthCtrl.lock); in CommandListener()
864 CommandListener::BandwidthControlCmd::BandwidthControlCmd() : in BandwidthControlCmd() function in CommandListener::BandwidthControlCmd
868 void CommandListener::BandwidthControlCmd::sendGenericSyntaxError(SocketClient *cli, const char *us… in sendGenericSyntaxError()
875 void CommandListener::BandwidthControlCmd::sendGenericOkFail(SocketClient *cli, int cond) { in sendGenericOkFail()
883 void CommandListener::BandwidthControlCmd::sendGenericOpFailed(SocketClient *cli, const char *errMs… in sendGenericOpFailed()
887 int CommandListener::BandwidthControlCmd::runCommand(SocketClient *cli, int argc, char **argv) { in runCommand()