Searched refs:runIptablesAlertCmd (Results 1 – 3 of 3) sorted by relevance
/system/netd/server/ |
D | BandwidthControllerTest.cpp | 108 int runIptablesAlertCmd(IptOp a, const char* b, int64_t c) { in runIptablesAlertCmd() function in BandwidthControllerTest 109 return mBw.runIptablesAlertCmd(a, b, c); in runIptablesAlertCmd() 425 EXPECT_EQ(0, runIptablesAlertCmd(IptOp::IptOpInsert, "MyWonderfulAlert", 123456)); in TEST_F() 432 EXPECT_EQ(0, runIptablesAlertCmd(IptOp::IptOpDelete, "MyWonderfulAlert", 123456)); in TEST_F()
|
D | BandwidthController.h | 96 int runIptablesAlertCmd(IptOp op, const std::string& alertName, int64_t bytes);
|
D | BandwidthController.cpp | 583 int BandwidthController::runIptablesAlertCmd(IptOp op, const std::string& alertName, in runIptablesAlertCmd() function in BandwidthController 615 res = runIptablesAlertCmd(IptOpInsert, alertName, bytes); in setGlobalAlert() 634 res = runIptablesAlertCmd(IptOpDelete, alertName, mGlobalAlertBytes); in removeGlobalAlert()
|