Home
last modified time | relevance | path

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

/system/netd/server/
DBandwidthController.h98 int removeInterfaceAlert(const char *iface);
DBandwidthController.cpp1006 int BandwidthController::removeInterfaceAlert(const char *iface) { in removeInterfaceAlert() function in BandwidthController
DCommandListener.cpp1142 int rc = gCtls->bandwidthCtrl.removeInterfaceAlert(argv[2]); in runCommand()