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

  /system/netd/
CommandListener.h 108 class BandwidthControlCmd : public NetdCommand {
110 BandwidthControlCmd();
111 virtual ~BandwidthControlCmd() {}
CommandListener.cpp 62 registerCmd(new BandwidthControlCmd());
888 CommandListener::BandwidthControlCmd::BandwidthControlCmd() :
892 void CommandListener::BandwidthControlCmd::sendGenericSyntaxError(SocketClient *cli, const char *usageMsg) {
899 void CommandListener::BandwidthControlCmd::sendGenericOkFail(SocketClient *cli, int cond) {
907 void CommandListener::BandwidthControlCmd::sendGenericOpFailed(SocketClient *cli, const char *errMsg) {
911 int CommandListener::BandwidthControlCmd::runCommand(SocketClient *cli, int argc, char **argv) {
    [all...]

Completed in 167 milliseconds