Home
last modified time | relevance | path

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

/aosp_15_r20/system/netd/server/
H A DNdcDispatcher.cpp533 void NdcDispatcher::BandwidthControlCmd::sendGenericSyntaxError(NdcClient* cli, in sendGenericSyntaxError() function in android::net::NdcDispatcher::BandwidthControlCmd
556 sendGenericSyntaxError(cli, "<cmds> <args...>"); in runCommand()
564 sendGenericSyntaxError(cli, "removeiquota <interface>"); in runCommand()
573 sendGenericSyntaxError(cli, "setiquota <interface> <bytes>"); in runCommand()
584 sendGenericSyntaxError(cli, "addnaughtyapps <appUid> ..."); in runCommand()
599 sendGenericSyntaxError(cli, "removenaughtyapps <appUid> ..."); in runCommand()
614 sendGenericSyntaxError(cli, "addniceapps <appUid> ..."); in runCommand()
629 sendGenericSyntaxError(cli, "removeniceapps <appUid> ..."); in runCommand()
644 sendGenericSyntaxError(cli, "setglobalalert <bytes>"); in runCommand()
655 sendGenericSyntaxError(cli, "setinterfacealert <interface> <bytes>"); in runCommand()
[all …]
H A DNdcDispatcher.h117 void sendGenericSyntaxError(NdcClient* cli, const char* usageMsg) const;