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

/system/netd/server/
H A DCommandListener.cpp843 void CommandListener::BandwidthControlCmd::sendGenericSyntaxError(SocketClient *cli, const char *usageMsg) { function in class:CommandListener::BandwidthControlCmd
864 sendGenericSyntaxError(cli, "<cmds> <args...>");
884 sendGenericSyntaxError(cli, "removequota <interface>");
895 sendGenericSyntaxError(cli, "getquota");
914 sendGenericSyntaxError(cli, "getiquota <iface>");
932 sendGenericSyntaxError(cli, "setquota <interface> <bytes>");
942 sendGenericSyntaxError(cli, "setquotas <bytes> <interface> ...");
964 sendGenericSyntaxError(cli, "removequotas <interface> ...");
985 sendGenericSyntaxError(cli, "removeiquota <interface>");
995 sendGenericSyntaxError(cl
[all...]
H A DCommandListener.h112 void sendGenericSyntaxError(SocketClient *cli, const char *usageMsg);

Completed in 223 milliseconds