Home
last modified time | relevance | path

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

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