Searched refs:runIptablesAlertCmd (Results 1 – 3 of 3) sorted by relevance
/system/netd/server/ |
D | BandwidthControllerTest.cpp | 175 int runIptablesAlertCmd(IptOp a, const char* b, int64_t c) { in runIptablesAlertCmd() function in BandwidthControllerTest 176 return mBw.runIptablesAlertCmd(a, b, c); in runIptablesAlertCmd() 475 EXPECT_EQ(0, runIptablesAlertCmd(IptOp::IptOpInsert, "MyWonderfulAlert", 123456)); in TEST_F() 482 EXPECT_EQ(0, runIptablesAlertCmd(IptOp::IptOpDelete, "MyWonderfulAlert", 123456)); in TEST_F()
|
D | BandwidthController.h | 102 int runIptablesAlertCmd(IptOp op, const std::string& alertName, int64_t bytes);
|
D | BandwidthController.cpp | 646 int BandwidthController::runIptablesAlertCmd(IptOp op, const std::string& alertName, in runIptablesAlertCmd() function in BandwidthController 678 res = runIptablesAlertCmd(IptOpInsert, alertName, bytes); in setGlobalAlert() 697 res = runIptablesAlertCmd(IptOpDelete, alertName, mGlobalAlertBytes); in removeGlobalAlert()
|