Home
last modified time | relevance | path

Searched defs:quotaBytes (Results 1 – 5 of 5) sorted by relevance

/system/netd/server/aidl_api/netd_aidl_interface/current/android/net/
DINetd.aidl123 void tetherOffloadSetInterfaceQuota(int ifIndex, long quotaBytes); in tetherOffloadSetInterfaceQuota()
/system/netd/server/binder/android/net/
DINetd.aidl1293 void tetherOffloadSetInterfaceQuota(int ifIndex, long quotaBytes); in tetherOffloadSetInterfaceQuota()
/system/netd/server/aidl_api/netd_aidl_interface/4/android/net/
DINetd.aidl123 void tetherOffloadSetInterfaceQuota(int ifIndex, long quotaBytes); in tetherOffloadSetInterfaceQuota()
/system/netd/tests/
Dbinder_test.cpp1461 void expectXtQuotaValueEqual(const char* ifname, long quotaBytes) { in expectXtQuotaValueEqual()
1470 void expectBandwidthInterfaceQuotaRuleExists(const char* ifname, long quotaBytes) { in expectBandwidthInterfaceQuotaRuleExists()
/system/netd/server/
DNetdNativeService.cpp1300 binder::Status NetdNativeService::tetherOffloadSetInterfaceQuota(int ifIndex, int64_t quotaBytes) { in tetherOffloadSetInterfaceQuota()