Searched refs:makeIptablesNaughtyCmd (Results 1 - 2 of 2) sorted by relevance

/system/netd/
H A DBandwidthController.h115 std::string makeIptablesNaughtyCmd(IptOp op, int uid);
H A DBandwidthController.cpp284 std::string BandwidthController::makeIptablesNaughtyCmd(IptOp op, int uid) { function in class:BandwidthController
368 naughtyCmd = makeIptablesNaughtyCmd(op, uid);
378 naughtyCmd = makeIptablesNaughtyCmd(IptOpDelete, appUids[uidNum]);

Completed in 24 milliseconds