Searched refs:quota (Results 1 – 16 of 16) sorted by relevance
/system/netd/server/ |
D | BandwidthControllerTest.cpp | 185 void expectUpdateQuota(uint64_t quota) { in expectUpdateQuota() argument 191 .WillOnce(Invoke([quota](FILE*, const std::string&, va_list ap) { in expectUpdateQuota() 192 EXPECT_EQ(quota, va_arg(ap, uint64_t)); in expectUpdateQuota() 314 int64_t quota) { in makeInterfaceQuotaCommands() argument 327 quota, c_iface), in makeInterfaceQuotaCommands() 370 int ruleIndex, int64_t quota, in makeInterfaceSharedQuotaCommands() argument 384 c_chain, quota)); in makeInterfaceSharedQuotaCommands() 391 int64_t quota, bool deleteQuota) { in removeInterfaceSharedQuotaCommands() argument 404 c_chain, quota)); in removeInterfaceSharedQuotaCommands()
|
D | TetherControllerTest.cpp | 526 for (const uint64_t quota : {minQuota, maxQuota, infinityQuota}) { in TEST_F() 527 ASSERT_EQ(0, mTetherCtrl.setTetherOffloadInterfaceQuota(ifindex, quota)); in TEST_F() 532 (quota == infinityQuota) ? infinityQuota : quota + rxBytes + txBytes; in TEST_F()
|
D | BandwidthController.h | 83 int64_t quota; member
|
D | BandwidthController.cpp | 542 it->second.quota = maxBytes; in setInterfaceQuota()
|
/system/sepolicy/prebuilts/api/30.0/private/ |
D | mediaprovider_app.te | 37 # Allow MediaProvider to set extended attributes (such as quota project ID)
|
/system/core/fs_mgr/include_fstab/fstab/ |
D | fstab.h | 78 bool quota : 1; member
|
/system/sepolicy/private/ |
D | mediaprovider_app.te | 37 # Allow MediaProvider to set extended attributes (such as quota project ID)
|
/system/vold/ |
D | main.cpp | 234 if (entry.fs_mgr_flags.quota) { in process_config()
|
/system/core/fs_mgr/tests/ |
D | fs_mgr_test.cpp | 302 lhs.quota == rhs.quota && in CompareFlags() 363 flags.quota = true; in TEST()
|
/system/core/fs_mgr/ |
D | fs_mgr_fstab.cpp | 172 CheckFlag("quota", quota); in ParseFsMgrFlags() 573 userdata.fs_mgr_flags.quota = true; in BuildDsuUserdataFstabEntry()
|
D | fs_mgr.cpp | 387 bool want_quota = entry.fs_mgr_flags.quota; in tune_quota()
|
/system/bt/stack/l2cap/ |
D | l2c_utils.cc | 1239 p_ccb->p_lcb->rr_serv[p_ccb->ccb_priority].quota = in l2cu_enqueue_ccb() 1355 p_ccb->p_lcb->rr_serv[p_ccb->ccb_priority].quota = in l2cu_change_pri_ccb() 3151 p_lcb->rr_serv[p_lcb->rr_pri].quota--; in l2cu_get_next_channel_in_rr() 3156 if ((p_lcb->rr_serv[p_lcb->rr_pri].quota == 0) || (!p_serve_ccb)) { in l2cu_get_next_channel_in_rr() 3160 p_lcb->rr_serv[p_lcb->rr_pri].quota = in l2cu_get_next_channel_in_rr() 3168 p_lcb->rr_serv[p_serve_ccb->ccb_priority].quota, in l2cu_get_next_channel_in_rr()
|
D | l2c_int.h | 376 uint8_t quota; /* burst transmission quota */ member
|
D | l2c_csm.cc | 1392 (p_ccb->p_lcb->rr_serv[p_ccb->ccb_priority].quota > 0)) { in l2c_enqueue_peer_data()
|
/system/sepolicy/prebuilts/api/30.0/public/ |
D | vold.te | 98 # Allow setting extended attributes (for project quota IDs) on files and dirs
|
/system/sepolicy/public/ |
D | vold.te | 98 # Allow setting extended attributes (for project quota IDs) on files and dirs
|