Home
last modified time | relevance | path

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

/system/netd/server/
DBandwidthController.cpp337 const char *op = jumpToString(enable ? IptJumpReject : IptJumpReturn); in makeDataSaverCommand()
370 IptJumpReturn, IptOpInsert); in addNiceApps()
376 IptJumpReturn, IptOpDelete); in removeNiceApps()
388 return manipulateSpecialApps(appStrUid, NICE_CHAIN, IptJumpReturn, IptOpInsert); in addNiceApps()
392 return manipulateSpecialApps(appStrUid, NICE_CHAIN, IptJumpReturn, IptOpDelete); in removeNiceApps()
881 case IptJumpReturn: in jumpToString()
DBandwidthController.h78 enum IptJumpOp { IptJumpReject, IptJumpReturn, IptJumpNoAdd }; enumerator
DTrafficControllerTest.cpp676 ASSERT_TRUE(isOk(mTc.updateUidOwnerMap(appStrUids, BandwidthController::IptJumpReturn, in TEST_F()
679 ASSERT_TRUE(isOk(mTc.updateUidOwnerMap(appStrUids, BandwidthController::IptJumpReturn, in TEST_F()
695 ASSERT_TRUE(isOk(mTc.updateUidOwnerMap(appStrUids, BandwidthController::IptJumpReturn, in TEST_F()
700 ASSERT_TRUE(isOk(mTc.updateUidOwnerMap(appStrUids, BandwidthController::IptJumpReturn, in TEST_F()
715 ASSERT_FALSE(isOk(mTc.updateUidOwnerMap(appStrUids, BandwidthController::IptJumpReturn, in TEST_F()
720 ASSERT_TRUE(isOk(mTc.updateUidOwnerMap(appStrUids, BandwidthController::IptJumpReturn, in TEST_F()
DTrafficController.cpp539 case BandwidthController::IptJumpReturn: in jumpOpToMatch()