Home
last modified time | relevance | path

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

/system/netd/server/aidl/netd/1/android/net/
DINetd.aidl48 void bandwidthRemoveInterfaceQuota(in @utf8InCpp String ifName); in bandwidthRemoveInterfaceQuota() method
/system/netd/server/binder/android/net/
DINetd.aidl632 void bandwidthRemoveInterfaceQuota(in @utf8InCpp String ifName); in bandwidthRemoveInterfaceQuota() method
/system/netd/server/aidl/netd/2/android/net/
DINetd.aidl65 void bandwidthRemoveInterfaceQuota(in @utf8InCpp String ifName); in bandwidthRemoveInterfaceQuota() method
/system/netd/server/
DNetdNativeService.h56 binder::Status bandwidthRemoveInterfaceQuota(const std::string& ifName) override;
DNdcDispatcher.cpp574 int rc = !mNetd->bandwidthRemoveInterfaceQuota(argv[2]).isOk(); in runCommand()
DNetdNativeService.cpp273 binder::Status NetdNativeService::bandwidthRemoveInterfaceQuota(const std::string& ifName) { in bandwidthRemoveInterfaceQuota() function in android::net::NetdNativeService
/system/netd/tests/
Dbinder_test.cpp1591 status = mNetd->bandwidthRemoveInterfaceQuota(sTun.name()); in TEST_F()
1615 status = mNetd->bandwidthRemoveInterfaceQuota(sTun.name()); in TEST_F()