Home
last modified time | relevance | path

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

/system/netd/server/
DBandwidthController.h193 void flushExistingCostlyTables(bool doClean);
201 void flushCleanTables(bool doClean);
DBandwidthController.cpp261 void BandwidthController::flushCleanTables(bool doClean) { in flushCleanTables() argument
263 flushExistingCostlyTables(doClean); in flushCleanTables()
1143 void BandwidthController::flushExistingCostlyTables(bool doClean) { in flushExistingCostlyTables() argument
1153 parseAndFlushCostlyTables(ruleList, doClean); in flushExistingCostlyTables()