Home
last modified time | relevance | path

Searched refs:quotaBytes (Results 1 – 8 of 8) sorted by relevance

/system/netd/server/aidl_api/netd_aidl_interface/4/android/net/
DINetd.aidl123 void tetherOffloadSetInterfaceQuota(int ifIndex, long quotaBytes); in tetherOffloadSetInterfaceQuota() argument
/system/netd/server/aidl_api/netd_aidl_interface/7/android/net/
DINetd.aidl145 void tetherOffloadSetInterfaceQuota(int ifIndex, long quotaBytes); in tetherOffloadSetInterfaceQuota() argument
/system/netd/server/aidl_api/netd_aidl_interface/6/android/net/
DINetd.aidl145 void tetherOffloadSetInterfaceQuota(int ifIndex, long quotaBytes); in tetherOffloadSetInterfaceQuota() argument
/system/netd/server/binder/android/net/
DINetd.aidl1325 void tetherOffloadSetInterfaceQuota(int ifIndex, long quotaBytes); in tetherOffloadSetInterfaceQuota() argument
/system/netd/server/aidl_api/netd_aidl_interface/current/android/net/
DINetd.aidl145 void tetherOffloadSetInterfaceQuota(int ifIndex, long quotaBytes); in tetherOffloadSetInterfaceQuota() argument
/system/netd/server/aidl_api/netd_aidl_interface/5/android/net/
DINetd.aidl123 void tetherOffloadSetInterfaceQuota(int ifIndex, long quotaBytes); in tetherOffloadSetInterfaceQuota() argument
/system/netd/server/
DNetdNativeService.h148 binder::Status tetherOffloadSetInterfaceQuota(int ifIndex, int64_t quotaBytes) override;
/system/netd/tests/
Dbinder_test.cpp1621 void expectXtQuotaValueEqual(const char* ifname, long quotaBytes) { in expectXtQuotaValueEqual() argument
1627 EXPECT_GE(quotaBytes, std::stol(Trim(result))); in expectXtQuotaValueEqual()
1630 void expectBandwidthInterfaceQuotaRuleExists(const char* ifname, long quotaBytes) { in expectBandwidthInterfaceQuotaRuleExists() argument
1644 expectXtQuotaValueEqual(ifname, quotaBytes); in expectBandwidthInterfaceQuotaRuleExists()