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

  /system/netd/server/
CommandListener.h 98 class BandwidthControlCmd : public NetdCommand {
100 BandwidthControlCmd();
101 virtual ~BandwidthControlCmd() {}
CommandListener.cpp 194 registerLockingCmd(new BandwidthControlCmd(), gCtls->bandwidthCtrl.lock);
864 CommandListener::BandwidthControlCmd::BandwidthControlCmd() :
868 void CommandListener::BandwidthControlCmd::sendGenericSyntaxError(SocketClient *cli, const char *usageMsg) {
875 void CommandListener::BandwidthControlCmd::sendGenericOkFail(SocketClient *cli, int cond) {
883 void CommandListener::BandwidthControlCmd::sendGenericOpFailed(SocketClient *cli, const char *errMsg) {
887 int CommandListener::BandwidthControlCmd::runCommand(SocketClient *cli, int argc, char **argv) {
    [all...]

Completed in 45 milliseconds