Home
last modified time | relevance | path

Searched refs:bandwidthSetInterfaceAlert (Results 1 – 4 of 4) sorted by relevance

/system/netd/server/
DNetdNativeService.h56 binder::Status bandwidthSetInterfaceAlert(const std::string& ifName, int64_t bytes) override;
DNdcDispatcher.cpp660 int rc = !mNetd->bandwidthSetInterfaceAlert(argv[2], bytes).isOk(); in runCommand()
DNetdNativeService.cpp236 binder::Status NetdNativeService::bandwidthSetInterfaceAlert(const std::string& ifName, in bandwidthSetInterfaceAlert() function in android::net::NetdNativeService
/system/netd/tests/
Dbinder_test.cpp2254 status = mNetd->bandwidthSetInterfaceAlert(sTun.name(), testAlertBytes); in TEST_F()