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

/system/netd/server/
H A DCommandListener.h94 class BandwidthControlCmd : public NetdCommand { class in class:android::net::CommandListener
96 BandwidthControlCmd();
97 virtual ~BandwidthControlCmd() {}
H A DCommandListener.cpp116 registerLockingCmd(new BandwidthControlCmd(), gCtls->bandwidthCtrl.lock);
674 CommandListener::BandwidthControlCmd::BandwidthControlCmd() : function in class:android::net::CommandListener::BandwidthControlCmd
678 void CommandListener::BandwidthControlCmd::sendGenericSyntaxError(SocketClient *cli, const char *usageMsg) {
685 void CommandListener::BandwidthControlCmd::sendGenericOkFail(SocketClient *cli, int cond) {
693 void CommandListener::BandwidthControlCmd::sendGenericOpFailed(SocketClient *cli, const char *errMsg) {
697 int CommandListener::BandwidthControlCmd::runCommand(SocketClient *cli, int argc, char **argv) {

Completed in 192 milliseconds