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

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

Completed in 53 milliseconds