Home
last modified time | relevance | path

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

/system/netd/server/
DCommandListener.cpp868 void CommandListener::BandwidthControlCmd::sendGenericSyntaxError(SocketClient *cli, const char *us… in sendGenericSyntaxError() function in CommandListener::BandwidthControlCmd
889 sendGenericSyntaxError(cli, "<cmds> <args...>"); in runCommand()
909 sendGenericSyntaxError(cli, "removequota <interface>"); in runCommand()
920 sendGenericSyntaxError(cli, "getquota"); in runCommand()
939 sendGenericSyntaxError(cli, "getiquota <iface>"); in runCommand()
957 sendGenericSyntaxError(cli, "setquota <interface> <bytes>"); in runCommand()
967 sendGenericSyntaxError(cli, "setquotas <bytes> <interface> ..."); in runCommand()
989 sendGenericSyntaxError(cli, "removequotas <interface> ..."); in runCommand()
1010 sendGenericSyntaxError(cli, "removeiquota <interface>"); in runCommand()
1020 sendGenericSyntaxError(cli, "setiquota <interface> <bytes>"); in runCommand()
[all …]
DCommandListener.h106 void sendGenericSyntaxError(SocketClient *cli, const char *usageMsg);