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

/system/netd/
H A DCommandListener.h104 class BandwidthControlCmd : public NetdCommand { class in class:CommandListener
106 BandwidthControlCmd();
107 virtual ~BandwidthControlCmd() {}
H A DCommandListener.cpp141 registerCmd(new BandwidthControlCmd());
1048 CommandListener::BandwidthControlCmd::BandwidthControlCmd() : function in class:CommandListener::BandwidthControlCmd
1052 void CommandListener::BandwidthControlCmd::sendGenericSyntaxError(SocketClient *cli, const char *usageMsg) {
1059 void CommandListener::BandwidthControlCmd::sendGenericOkFail(SocketClient *cli, int cond) {
1067 void CommandListener::BandwidthControlCmd::sendGenericOpFailed(SocketClient *cli, const char *errMsg) {
1071 int CommandListener::BandwidthControlCmd::runCommand(SocketClient *cli, int argc, char **argv) {

Completed in 165 milliseconds