Home
last modified time | relevance | path

Searched refs:IptJumpReject (Results 1 – 4 of 4) sorted by relevance

/system/netd/server/
DBandwidthController.cpp337 const char *op = jumpToString(enable ? IptJumpReject : IptJumpReturn); in makeDataSaverCommand()
358 IptJumpReject, IptOpInsert); in addNaughtyApps()
364 IptJumpReject, IptOpDelete); in removeNaughtyApps()
380 return manipulateSpecialApps(appStrUid, NAUGHTY_CHAIN, IptJumpReject, IptOpInsert); in addNaughtyApps()
384 return manipulateSpecialApps(appStrUid, NAUGHTY_CHAIN, IptJumpReject, IptOpDelete); in removeNaughtyApps()
879 case IptJumpReject: in jumpToString()
DBandwidthController.h78 enum IptJumpOp { IptJumpReject, IptJumpReturn, IptJumpNoAdd }; enumerator
DTrafficControllerTest.cpp664 ASSERT_TRUE(isOk(mTc.updateUidOwnerMap(appStrUids, BandwidthController::IptJumpReject, in TEST_F()
667 ASSERT_TRUE(isOk(mTc.updateUidOwnerMap(appStrUids, BandwidthController::IptJumpReject, in TEST_F()
689 ASSERT_TRUE(isOk(mTc.updateUidOwnerMap(appStrUids, BandwidthController::IptJumpReject, in TEST_F()
705 ASSERT_TRUE(isOk(mTc.updateUidOwnerMap(appStrUids, BandwidthController::IptJumpReject, in TEST_F()
728 ASSERT_TRUE(isOk(mTc.updateUidOwnerMap(appStrUids, BandwidthController::IptJumpReject, in TEST_F()
785 BandwidthController::IptJumpReject, in TEST_F()
797 ASSERT_TRUE(isOk(mTc.updateUidOwnerMap({"1001", "10012"}, BandwidthController::IptJumpReject, in TEST_F()
DTrafficController.cpp537 case BandwidthController::IptJumpReject: in jumpOpToMatch()