Home
last modified time | relevance | path

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

/aosp12/system/netd/server/
H A DNdcDispatcher.cpp534 void NdcDispatcher::BandwidthControlCmd::sendGenericSyntaxError(NdcClient* cli, in sendGenericSyntaxError() function in android::net::NdcDispatcher::BandwidthControlCmd
557 sendGenericSyntaxError(cli, "<cmds> <args...>"); in runCommand()
565 sendGenericSyntaxError(cli, "removeiquota <interface>"); in runCommand()
574 sendGenericSyntaxError(cli, "setiquota <interface> <bytes>"); in runCommand()
585 sendGenericSyntaxError(cli, "addnaughtyapps <appUid> ..."); in runCommand()
600 sendGenericSyntaxError(cli, "removenaughtyapps <appUid> ..."); in runCommand()
615 sendGenericSyntaxError(cli, "addniceapps <appUid> ..."); in runCommand()
630 sendGenericSyntaxError(cli, "removeniceapps <appUid> ..."); in runCommand()
645 sendGenericSyntaxError(cli, "setglobalalert <bytes>"); in runCommand()
656 sendGenericSyntaxError(cli, "setinterfacealert <interface> <bytes>"); in runCommand()
[all …]
H A DNdcDispatcher.h117 void sendGenericSyntaxError(NdcClient* cli, const char* usageMsg) const;