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

  /system/netd/server/
CommandListener.h 104 class BandwidthControlCmd : public NetdCommand {
106 BandwidthControlCmd();
107 virtual ~BandwidthControlCmd() {}
CommandListener.cpp 179 registerCmd(new BandwidthControlCmd());
839 CommandListener::BandwidthControlCmd::BandwidthControlCmd() :
843 void CommandListener::BandwidthControlCmd::sendGenericSyntaxError(SocketClient *cli, const char *usageMsg) {
850 void CommandListener::BandwidthControlCmd::sendGenericOkFail(SocketClient *cli, int cond) {
858 void CommandListener::BandwidthControlCmd::sendGenericOpFailed(SocketClient *cli, const char *errMsg) {
862 int CommandListener::BandwidthControlCmd::runCommand(SocketClient *cli, int argc, char **argv) {
    [all...]

Completed in 1228 milliseconds