Searched refs:setInterfaceQuota (Results 1 - 3 of 3) sorted by relevance

/system/netd/
H A DBandwidthController.h63 int setInterfaceQuota(const char *iface, int64_t bytes);
H A DBandwidthController.cpp699 int BandwidthController::setInterfaceQuota(const char *iface, int64_t maxBytes) { function in class:BandwidthController
H A DCommandListener.cpp1207 int rc = sBandwidthCtrl->setInterfaceQuota(argv[2], atoll(argv[3]));

Completed in 29 milliseconds