Searched refs:setInterfaceAlert (Results 1 – 3 of 3) sorted by relevance
74 int setInterfaceAlert(const char *iface, int64_t bytes);
898 int BandwidthController::setInterfaceAlert(const char *iface, int64_t bytes) { in setInterfaceAlert() function in BandwidthController
1231 int rc = sBandwidthCtrl->setInterfaceAlert(argv[2], atoll(argv[3])); in runCommand()