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

/system/netd/
H A DCommandListener.h108 class BandwidthControlCmd : public NetdCommand { class in class:CommandListener
110 BandwidthControlCmd();
111 virtual ~BandwidthControlCmd() {}
H A DCommandListener.cpp62 registerCmd(new BandwidthControlCmd());
888 CommandListener::BandwidthControlCmd::BandwidthControlCmd() : function in class:CommandListener::BandwidthControlCmd
892 void CommandListener::BandwidthControlCmd::sendGenericSyntaxError(SocketClient *cli, const char *usageMsg) {
899 void CommandListener::BandwidthControlCmd::sendGenericOkFail(SocketClient *cli, int cond) {
907 void CommandListener::BandwidthControlCmd::sendGenericOpFailed(SocketClient *cli, const char *errMsg) {
911 int CommandListener::BandwidthControlCmd::runCommand(SocketClient *cli, int argc, char **argv) {

Completed in 49 milliseconds