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

/system/netd/
H A DCommandListener.h110 class BandwidthControlCmd : public NetdCommand { class in class:CommandListener
112 BandwidthControlCmd();
113 virtual ~BandwidthControlCmd() {}
H A DCommandListener.cpp65 registerCmd(new BandwidthControlCmd());
909 CommandListener::BandwidthControlCmd::BandwidthControlCmd() : function in class:CommandListener::BandwidthControlCmd
913 void CommandListener::BandwidthControlCmd::sendGenericSyntaxError(SocketClient *cli, const char *usageMsg) {
920 void CommandListener::BandwidthControlCmd::sendGenericOkFail(SocketClient *cli, int cond) {
928 void CommandListener::BandwidthControlCmd::sendGenericOpFailed(SocketClient *cli, const char *errMsg) {
932 int CommandListener::BandwidthControlCmd::runCommand(SocketClient *cli, int argc, char **argv) {

Completed in 30 milliseconds