Searched defs:sendGenericSyntaxError (Results 1 - 1 of 1) sorted by relevance

/system/netd/server/
H A DCommandListener.cpp695 void CommandListener::BandwidthControlCmd::sendGenericSyntaxError(SocketClient *cli, const char *usageMsg) { function in class:android::net::CommandListener::BandwidthControlCmd
716 sendGenericSyntaxError(cli, "<cmds> <args...>");
736 sendGenericSyntaxError(cli, "removequota <interface>");
747 sendGenericSyntaxError(cli, "getquota");
766 sendGenericSyntaxError(cli, "getiquota <iface>");
784 sendGenericSyntaxError(cli, "setquota <interface> <bytes>");
794 sendGenericSyntaxError(cli, "setquotas <bytes> <interface> ...");
816 sendGenericSyntaxError(cli, "removequotas <interface> ...");
837 sendGenericSyntaxError(cli, "removeiquota <interface>");
847 sendGenericSyntaxError(cl
[all...]

Completed in 178 milliseconds