Searched refs:sendGenericSyntaxError (Results 1 - 2 of 2) sorted by path

/system/netd/
H A DCommandListener.cpp856 void CommandListener::BandwidthControlCmd::sendGenericSyntaxError(SocketClient *cli, const char *usageMsg) { function in class:CommandListener::BandwidthControlCmd
877 sendGenericSyntaxError(cli, "<cmds> <args...>");
897 sendGenericSyntaxError(cli, "removequota <interface>");
908 sendGenericSyntaxError(cli, "getquota");
927 sendGenericSyntaxError(cli, "getiquota <iface>");
945 sendGenericSyntaxError(cli, "setquota <interface> <bytes>");
955 sendGenericSyntaxError(cli, "setquotas <bytes> <interface> ...");
977 sendGenericSyntaxError(cli, "removequotas <interface> ...");
998 sendGenericSyntaxError(cli, "removeiquota <interface>");
1008 sendGenericSyntaxError(cl
[all...]
H A DCommandListener.h111 void sendGenericSyntaxError(SocketClient *cli, const char *usageMsg);

Completed in 270 milliseconds