Home
last modified time | relevance | path

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

/system/netd/server/
DBandwidthController.h133 int prepCostlyIface(const char *ifn, QuotaType quotaType);
134 int cleanupCostlyIface(const char *ifn, QuotaType quotaType);
DBandwidthController.cpp466 int BandwidthController::prepCostlyIface(const char *ifn, QuotaType quotaType) { in prepCostlyIface() argument
474 switch (quotaType) { in prepCostlyIface()
497 ALOGE("Unexpected quotatype %d", quotaType); in prepCostlyIface()
526 int BandwidthController::cleanupCostlyIface(const char *ifn, QuotaType quotaType) { in cleanupCostlyIface() argument
532 switch (quotaType) { in cleanupCostlyIface()
542 ALOGE("Unexpected quotatype %d", quotaType); in cleanupCostlyIface()
554 if (quotaType == QuotaUnique) { in cleanupCostlyIface()