Home
last modified time | relevance | path

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

/system/netd/server/
DNdcDispatcher.h108 class BandwidthControlCmd : public NdcNetdCommand {
110 BandwidthControlCmd();
111 virtual ~BandwidthControlCmd() {} in ~BandwidthControlCmd()
DNdcDispatcher.cpp136 registerCmd(new BandwidthControlCmd()); in NdcDispatcher()
532 NdcDispatcher::BandwidthControlCmd::BandwidthControlCmd() : NdcNetdCommand("bandwidth") {} in BandwidthControlCmd() function in android::net::NdcDispatcher::BandwidthControlCmd
534 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()