Home
last modified time | relevance | path

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

/system/netd/server/
DBandwidthController.h102 void flushExistingCostlyTables(bool doClean);
110 void flushCleanTables(bool doClean);
DBandwidthController.cpp263 void BandwidthController::flushCleanTables(bool doClean) { in flushCleanTables() argument
265 flushExistingCostlyTables(doClean); in flushCleanTables()
692 void BandwidthController::flushExistingCostlyTables(bool doClean) { in flushExistingCostlyTables() argument
702 parseAndFlushCostlyTables(ruleList, doClean); in flushExistingCostlyTables()