Home
last modified time | relevance | path

Searched defs:bandwidthRemoveInterfaceQuota (Results 1 – 4 of 4) 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.cpp273 binder::Status NetdNativeService::bandwidthRemoveInterfaceQuota(const std::string& ifName) { in bandwidthRemoveInterfaceQuota() function in android::net::NetdNativeService