Searched refs:quotaBytes (Results 1 – 6 of 6) sorted by relevance
/system/netd/server/aidl_api/netd_aidl_interface/current/android/net/ |
D | INetd.aidl | 123 void tetherOffloadSetInterfaceQuota(int ifIndex, long quotaBytes); in tetherOffloadSetInterfaceQuota() argument
|
/system/netd/server/binder/android/net/ |
D | INetd.aidl | 1293 void tetherOffloadSetInterfaceQuota(int ifIndex, long quotaBytes); in tetherOffloadSetInterfaceQuota() argument
|
/system/netd/server/aidl_api/netd_aidl_interface/4/android/net/ |
D | INetd.aidl | 123 void tetherOffloadSetInterfaceQuota(int ifIndex, long quotaBytes); in tetherOffloadSetInterfaceQuota() argument
|
/system/netd/server/ |
D | NetdNativeService.h | 143 binder::Status tetherOffloadSetInterfaceQuota(int ifIndex, int64_t quotaBytes) override;
|
D | NetdNativeService.cpp | 1300 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/ |
D | binder_test.cpp | 1461 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()
|