Home
last modified time | relevance | path

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

/system/netd/server/
DBandwidthController.h144 int prepCostlyIface(const char *ifn, QuotaType quotaType);
145 int cleanupCostlyIface(const char *ifn, QuotaType quotaType);
DBandwidthController.cpp389 int BandwidthController::prepCostlyIface(const char *ifn, QuotaType quotaType) { in prepCostlyIface() argument
397 switch (quotaType) { in prepCostlyIface()
446 int BandwidthController::cleanupCostlyIface(const char *ifn, QuotaType quotaType) { in cleanupCostlyIface() argument
452 switch (quotaType) { in cleanupCostlyIface()
471 if (quotaType == QuotaUnique) { in cleanupCostlyIface()