Searched refs:BandwidthControlCmd (Results 1 – 2 of 2) sorted by relevance
108 class BandwidthControlCmd : public NdcNetdCommand {110 BandwidthControlCmd();111 virtual ~BandwidthControlCmd() {} in ~BandwidthControlCmd()
136 registerCmd(new BandwidthControlCmd()); in NdcDispatcher()532 NdcDispatcher::BandwidthControlCmd::BandwidthControlCmd() : NdcNetdCommand("bandwidth") {} in BandwidthControlCmd() function in android::net::NdcDispatcher::BandwidthControlCmd534 void NdcDispatcher::BandwidthControlCmd::sendGenericSyntaxError(NdcClient* cli, in sendGenericSyntaxError()542 void NdcDispatcher::BandwidthControlCmd::sendGenericOkFail(NdcClient* cli, int cond) const { in sendGenericOkFail()550 void NdcDispatcher::BandwidthControlCmd::sendGenericOpFailed(NdcClient* cli, in sendGenericOpFailed()555 int NdcDispatcher::BandwidthControlCmd::runCommand(NdcClient* cli, int argc, char** argv) const { in runCommand()