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

/system/netd/
H A DCommandListener.cpp913 void CommandListener::BandwidthControlCmd::sendGenericSyntaxError(SocketClient *cli, const char *usageMsg) { function in class:CommandListener::BandwidthControlCmd
934 sendGenericSyntaxError(cli, "<cmds> <args...>");
954 sendGenericSyntaxError(cli, "removequota <interface>");
965 sendGenericSyntaxError(cli, "getquota");
984 sendGenericSyntaxError(cli, "getiquota <iface>");
1002 sendGenericSyntaxError(cli, "setquota <interface> <bytes>");
1012 sendGenericSyntaxError(cli, "setquotas <bytes> <interface> ...");
1034 sendGenericSyntaxError(cli, "removequotas <interface> ...");
1055 sendGenericSyntaxError(cli, "removeiquota <interface>");
1065 sendGenericSyntaxError(cl
[all...]
H A DCommandListener.h118 void sendGenericSyntaxError(SocketClient *cli, const char *usageMsg);

Completed in 132 milliseconds