Searched refs:runCommands (Results 1 – 2 of 2) sorted by relevance
/system/netd/ |
D | BandwidthController.cpp | 222 runCommands(sizeof(IPT_FLUSH_COMMANDS) / sizeof(char*), in setupIptablesHooks() 225 runCommands(sizeof(IPT_CLEANUP_COMMANDS) / sizeof(char*), in setupIptablesHooks() 228 runCommands(sizeof(IPT_SETUP_COMMANDS) / sizeof(char*), in setupIptablesHooks() 252 res = runCommands(sizeof(IPT_FLUSH_COMMANDS) / sizeof(char*), in enableBandwidthControl() 255 res |= runCommands(sizeof(IPT_BASIC_ACCOUNTING_COMMANDS) / sizeof(char*), in enableBandwidthControl() 263 runCommands(sizeof(IPT_FLUSH_COMMANDS) / sizeof(char*), in disableBandwidthControl() 268 int BandwidthController::runCommands(int numCommands, const char *commands[], in runCommands() function in BandwidthController
|
D | BandwidthController.h | 122 int runCommands(int numCommands, const char *commands[], RunCmdErrHandling cmdErrHandling);
|