Home
last modified time | relevance | path

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

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