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

/system/netd/server/
H A DCommandListener.h95 class BandwidthControlCmd : public NetdCommand { class in class:android::net::CommandListener
97 BandwidthControlCmd();
98 virtual ~BandwidthControlCmd() {}
H A DCommandListener.cpp114 registerLockingCmd(new BandwidthControlCmd(), gCtls->bandwidthCtrl.lock);
691 CommandListener::BandwidthControlCmd::BandwidthControlCmd() : function in class:android::net::CommandListener::BandwidthControlCmd
695 void CommandListener::BandwidthControlCmd::sendGenericSyntaxError(SocketClient *cli, const char *usageMsg) {
702 void CommandListener::BandwidthControlCmd::sendGenericOkFail(SocketClient *cli, int cond) {
710 void CommandListener::BandwidthControlCmd::sendGenericOpFailed(SocketClient *cli, const char *errMsg) {
714 int CommandListener::BandwidthControlCmd::runCommand(SocketClient *cli, int argc, char **argv) {

Completed in 48 milliseconds