Home
last modified time | relevance | path

Searched refs:doClean (Results 1 – 2 of 2) sorted by relevance

/system/netd/server/
DBandwidthController.h177 void flushExistingCostlyTables(bool doClean);
185 void flushCleanTables(bool doClean);
DBandwidthController.cpp268 void BandwidthController::flushCleanTables(bool doClean) { in flushCleanTables() argument
270 flushExistingCostlyTables(doClean); in flushCleanTables()
1232 void BandwidthController::flushExistingCostlyTables(bool doClean) { in flushExistingCostlyTables() argument
1245 parseAndFlushCostlyTables(iptOutput, doClean); in flushExistingCostlyTables()