Home
last modified time | relevance | path

Searched refs:runIptablesAlertFwdCmd (Results 1 – 3 of 3) sorted by relevance

/system/netd/server/
DBandwidthControllerTest.cpp112 int runIptablesAlertFwdCmd(IptOp a, const char *b, int64_t c) { in runIptablesAlertFwdCmd() function in BandwidthControllerTest
113 return mBw.runIptablesAlertFwdCmd(a, b, c); in runIptablesAlertFwdCmd()
432 EXPECT_EQ(0, runIptablesAlertFwdCmd(IptOp::IptOpInsert, "MyWonderfulAlert", 123456)); in TEST_F()
440 EXPECT_EQ(0, runIptablesAlertFwdCmd(IptOp::IptOpDelete, "MyWonderfulAlert", 123456)); in TEST_F()
DBandwidthController.cpp752 int BandwidthController::runIptablesAlertFwdCmd(IptOp op, const char *alertName, int64_t bytes) { in runIptablesAlertFwdCmd() function in BandwidthController
775 res |= runIptablesAlertFwdCmd(IptOpInsert, alertName, bytes); in setGlobalAlert()
799 res = runIptablesAlertFwdCmd(IptOpInsert, alertName, globalAlertBytes); in setGlobalAlertInForwardChain()
814 res |= runIptablesAlertFwdCmd(IptOpDelete, alertName, globalAlertBytes); in removeGlobalAlert()
840 res = runIptablesAlertFwdCmd(IptOpDelete, alertName, globalAlertBytes); in removeGlobalAlertInForwardChain()
DBandwidthController.h151 int runIptablesAlertFwdCmd(IptOp op, const char *alertName, int64_t bytes);