Home
last modified time | relevance | path

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

/system/netd/
DBandwidthController.h74 int setInterfaceAlert(const char *iface, int64_t bytes);
DBandwidthController.cpp898 int BandwidthController::setInterfaceAlert(const char *iface, int64_t bytes) { in setInterfaceAlert() function in BandwidthController
DCommandListener.cpp1231 int rc = sBandwidthCtrl->setInterfaceAlert(argv[2], atoll(argv[3])); in runCommand()