Home
last modified time | relevance | path

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

/system/netd/server/
DBandwidthController.h63 int removeInterfaceAlert(const std::string& iface);
DBandwidthController.cpp675 int BandwidthController::removeInterfaceAlert(const std::string& iface) { in removeInterfaceAlert() function in BandwidthController
DNetdNativeService.cpp312 int res = gCtls->bandwidthCtrl.removeInterfaceAlert(ifName); in bandwidthRemoveInterfaceAlert()