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

/system/netd/
H A DCommandListener.cpp1052 void CommandListener::BandwidthControlCmd::sendGenericSyntaxError(SocketClient *cli, const char *usageMsg) { function in class:CommandListener::BandwidthControlCmd
1073 sendGenericSyntaxError(cli, "<cmds> <args...>");
1093 sendGenericSyntaxError(cli, "removequota <interface>");
1104 sendGenericSyntaxError(cli, "getquota");
1123 sendGenericSyntaxError(cli, "getiquota <iface>");
1141 sendGenericSyntaxError(cli, "setquota <interface> <bytes>");
1151 sendGenericSyntaxError(cli, "setquotas <bytes> <interface> ...");
1173 sendGenericSyntaxError(cli, "removequotas <interface> ...");
1194 sendGenericSyntaxError(cli, "removeiquota <interface>");
1204 sendGenericSyntaxError(cl
[all...]
H A DCommandListener.h112 void sendGenericSyntaxError(SocketClient *cli, const char *usageMsg);

Completed in 147 milliseconds