Searched refs:BandwidthControlCmd (Results 1 - 2 of 2) sorted by last modified time

/system/netd/
H A DCommandListener.cpp135 registerCmd(new BandwidthControlCmd());
979 CommandListener::BandwidthControlCmd::BandwidthControlCmd() : function in class:CommandListener::BandwidthControlCmd
983 void CommandListener::BandwidthControlCmd::sendGenericSyntaxError(SocketClient *cli, const char *usageMsg) {
990 void CommandListener::BandwidthControlCmd::sendGenericOkFail(SocketClient *cli, int cond) {
998 void CommandListener::BandwidthControlCmd::sendGenericOpFailed(SocketClient *cli, const char *errMsg) {
1002 int CommandListener::BandwidthControlCmd::runCommand(SocketClient *cli, int argc, char **argv) {
H A DCommandListener.h105 class BandwidthControlCmd : public NetdCommand { class in class:CommandListener
107 BandwidthControlCmd();
108 virtual ~BandwidthControlCmd() {}

Completed in 44 milliseconds