Home
last modified time | relevance | path

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

/system/netd/server/
DBandwidthController.h130 int prepCostlyIface(const char *ifn, QuotaType quotaType);
131 int cleanupCostlyIface(const char *ifn, QuotaType quotaType);
DBandwidthController.cpp507 int BandwidthController::prepCostlyIface(const char *ifn, QuotaType quotaType) { in prepCostlyIface() argument
515 switch (quotaType) { in prepCostlyIface()
538 ALOGE("Unexpected quotatype %d", quotaType); in prepCostlyIface()
561 int BandwidthController::cleanupCostlyIface(const char *ifn, QuotaType quotaType) { in cleanupCostlyIface() argument
567 switch (quotaType) { in cleanupCostlyIface()
577 ALOGE("Unexpected quotatype %d", quotaType); in cleanupCostlyIface()
587 if (quotaType == QuotaUnique) { in cleanupCostlyIface()