Searched refs:sendGenericSyntaxError (Results 1 – 2 of 2) sorted by relevance
/system/netd/server/ |
D | CommandListener.cpp | 874 void CommandListener::BandwidthControlCmd::sendGenericSyntaxError(SocketClient *cli, const char *us… in sendGenericSyntaxError() function in CommandListener::BandwidthControlCmd 895 sendGenericSyntaxError(cli, "<cmds> <args...>"); in runCommand() 915 sendGenericSyntaxError(cli, "removequota <interface>"); in runCommand() 926 sendGenericSyntaxError(cli, "getquota"); in runCommand() 945 sendGenericSyntaxError(cli, "getiquota <iface>"); in runCommand() 963 sendGenericSyntaxError(cli, "setquota <interface> <bytes>"); in runCommand() 973 sendGenericSyntaxError(cli, "setquotas <bytes> <interface> ..."); in runCommand() 995 sendGenericSyntaxError(cli, "removequotas <interface> ..."); in runCommand() 1016 sendGenericSyntaxError(cli, "removeiquota <interface>"); in runCommand() 1026 sendGenericSyntaxError(cli, "setiquota <interface> <bytes>"); in runCommand() [all …]
|
D | CommandListener.h | 114 void sendGenericSyntaxError(SocketClient *cli, const char *usageMsg);
|