Home
last modified time | relevance | path

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

/system/netd/server/
DCommandListener.cpp874 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 …]
DCommandListener.h114 void sendGenericSyntaxError(SocketClient *cli, const char *usageMsg);