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

/system/netd/server/
H A DCommandListener.h104 class BandwidthControlCmd : public NetdCommand { class in class:CommandListener
106 BandwidthControlCmd();
107 virtual ~BandwidthControlCmd() {}
H A DCommandListener.cpp179 registerCmd(new BandwidthControlCmd());
839 CommandListener::BandwidthControlCmd::BandwidthControlCmd() : function in class:CommandListener::BandwidthControlCmd
843 void CommandListener::BandwidthControlCmd::sendGenericSyntaxError(SocketClient *cli, const char *usageMsg) {
850 void CommandListener::BandwidthControlCmd::sendGenericOkFail(SocketClient *cli, int cond) {
858 void CommandListener::BandwidthControlCmd::sendGenericOpFailed(SocketClient *cli, const char *errMsg) {
862 int CommandListener::BandwidthControlCmd::runCommand(SocketClient *cli, int argc, char **argv) {

Completed in 62 milliseconds