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