Home
last modified time | relevance | path

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

/system/netd/server/
DNetdNativeService.h57 binder::Status bandwidthRemoveInterfaceAlert(const std::string& ifName) override;
DNdcDispatcher.cpp669 int rc = !mNetd->bandwidthRemoveInterfaceAlert(argv[2]).isOk(); in runCommand()
DNetdNativeService.cpp243 binder::Status NetdNativeService::bandwidthRemoveInterfaceAlert(const std::string& ifName) { in bandwidthRemoveInterfaceAlert() function in android::net::NetdNativeService
/system/netd/tests/
Dbinder_test.cpp2214 status = mNetd->bandwidthRemoveInterfaceAlert(sTun.name()); in TEST_F()