Home
last modified time | relevance | path

Searched defs:bandwidthSetInterfaceQuota (Results 1 – 7 of 7) sorted by relevance

/system/netd/server/aidl_api/netd_aidl_interface/1/android/net/
DINetd.aidl47 void bandwidthSetInterfaceQuota(in @utf8InCpp String ifName, long bytes); in bandwidthSetInterfaceQuota() method
/system/netd/server/aidl_api/netd_aidl_interface/current/android/net/
DINetd.aidl65 void bandwidthSetInterfaceQuota(in @utf8InCpp String ifName, long bytes); in bandwidthSetInterfaceQuota() method
/system/netd/server/binder/android/net/
DINetd.aidl627 void bandwidthSetInterfaceQuota(in @utf8InCpp String ifName, long bytes); in bandwidthSetInterfaceQuota() method
/system/netd/server/aidl_api/netd_aidl_interface/4/android/net/
DINetd.aidl65 void bandwidthSetInterfaceQuota(in @utf8InCpp String ifName, long bytes); in bandwidthSetInterfaceQuota() method
/system/netd/server/aidl_api/netd_aidl_interface/2/android/net/
DINetd.aidl64 void bandwidthSetInterfaceQuota(in @utf8InCpp String ifName, long bytes); in bandwidthSetInterfaceQuota() method
/system/netd/server/aidl_api/netd_aidl_interface/3/android/net/
DINetd.aidl65 void bandwidthSetInterfaceQuota(in @utf8InCpp String ifName, long bytes); in bandwidthSetInterfaceQuota() method
/system/netd/server/
DNetdNativeService.cpp287 binder::Status NetdNativeService::bandwidthSetInterfaceQuota(const std::string& ifName, in bandwidthSetInterfaceQuota() function in android::net::NetdNativeService