Home
last modified time | relevance | path

Searched refs:setInterfaceAlert (Results 1 – 3 of 3) sorted by relevance

/system/netd/server/
DBandwidthController.h86 int setInterfaceAlert(const char *iface, int64_t bytes);
DBandwidthController.cpp981 int BandwidthController::setInterfaceAlert(const char *iface, int64_t bytes) { in setInterfaceAlert() function in BandwidthController
DCommandListener.cpp1132 int rc = gCtls->bandwidthCtrl.setInterfaceAlert(argv[2], atoll(argv[3])); in runCommand()