Home
last modified time | relevance | path

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

/system/netd/server/aidl_api/netd_aidl_interface/current/android/net/
DINetd.aidl123 void tetherOffloadSetInterfaceQuota(int ifIndex, long quotaBytes); in tetherOffloadSetInterfaceQuota() argument
/system/netd/server/binder/android/net/
DINetd.aidl1293 void tetherOffloadSetInterfaceQuota(int ifIndex, long quotaBytes); in tetherOffloadSetInterfaceQuota() argument
/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/
DNetdNativeService.h143 binder::Status tetherOffloadSetInterfaceQuota(int ifIndex, int64_t quotaBytes) override;
DNetdNativeService.cpp1300 binder::Status NetdNativeService::tetherOffloadSetInterfaceQuota(int ifIndex, int64_t quotaBytes) { in tetherOffloadSetInterfaceQuota() argument
1302 int res = gCtls->tetherCtrl.setTetherOffloadInterfaceQuota(ifIndex, quotaBytes); in tetherOffloadSetInterfaceQuota()
/system/netd/tests/
Dbinder_test.cpp1461 void expectXtQuotaValueEqual(const char* ifname, long quotaBytes) { in expectXtQuotaValueEqual() argument
1467 EXPECT_GE(quotaBytes, std::stol(Trim(result))); in expectXtQuotaValueEqual()
1470 void expectBandwidthInterfaceQuotaRuleExists(const char* ifname, long quotaBytes) { in expectBandwidthInterfaceQuotaRuleExists() argument
1484 expectXtQuotaValueEqual(ifname, quotaBytes); in expectBandwidthInterfaceQuotaRuleExists()