Home
last modified time | relevance | path

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

/system/netd/server/
DBandwidthController.h116 void flushExistingCostlyTables(bool doClean);
124 void flushCleanTables(bool doClean);
DBandwidthController.cpp301 void BandwidthController::flushCleanTables(bool doClean) { in flushCleanTables() argument
303 flushExistingCostlyTables(doClean); in flushCleanTables()
817 void BandwidthController::flushExistingCostlyTables(bool doClean) { in flushExistingCostlyTables() argument
827 parseAndFlushCostlyTables(ruleList, doClean); in flushExistingCostlyTables()