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

/system/netd/
H A DCommandListener.cpp983 void CommandListener::BandwidthControlCmd::sendGenericSyntaxError(SocketClient *cli, const char *usageMsg) { function in class:CommandListener::BandwidthControlCmd
1004 sendGenericSyntaxError(cli, "<cmds> <args...>");
1024 sendGenericSyntaxError(cli, "removequota <interface>");
1035 sendGenericSyntaxError(cli, "getquota");
1054 sendGenericSyntaxError(cli, "getiquota <iface>");
1072 sendGenericSyntaxError(cli, "setquota <interface> <bytes>");
1082 sendGenericSyntaxError(cli, "setquotas <bytes> <interface> ...");
1104 sendGenericSyntaxError(cli, "removequotas <interface> ...");
1125 sendGenericSyntaxError(cli, "removeiquota <interface>");
1135 sendGenericSyntaxError(cl
[all...]
H A DCommandListener.h113 void sendGenericSyntaxError(SocketClient *cli, const char *usageMsg);

Completed in 218 milliseconds