Home
last modified time | relevance | path

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

/system/netd/server/
DBandwidthController.h62 int setInterfaceAlert(const std::string& iface, int64_t bytes);
DBandwidthController.cpp655 int BandwidthController::setInterfaceAlert(const std::string& iface, int64_t bytes) { in setInterfaceAlert() function in BandwidthController
DNetdNativeService.cpp306 int res = gCtls->bandwidthCtrl.setInterfaceAlert(ifName, bytes); in bandwidthSetInterfaceAlert()