Searched refs:quota (Results 1 – 18 of 18) sorted by relevance
/system/netd/server/ |
D | BandwidthControllerTest.cpp | 118 void expectUpdateQuota(uint64_t quota) { in expectUpdateQuota() argument 124 .WillOnce(Invoke([quota](FILE*, const std::string&, va_list ap) { in expectUpdateQuota() 125 EXPECT_EQ(quota, va_arg(ap, uint64_t)); in expectUpdateQuota() 264 int64_t quota) { in makeInterfaceQuotaCommands() argument 277 quota, c_iface), in makeInterfaceQuotaCommands() 320 int ruleIndex, int64_t quota, in makeInterfaceSharedQuotaCommands() argument 334 c_chain, quota)); in makeInterfaceSharedQuotaCommands() 341 int64_t quota, bool deleteQuota) { in removeInterfaceSharedQuotaCommands() argument 354 c_chain, quota)); in removeInterfaceSharedQuotaCommands()
|
D | BandwidthController.h | 77 int64_t quota; member
|
D | BandwidthController.cpp | 479 it->second.quota = maxBytes; in setInterfaceQuota()
|
/system/sepolicy/prebuilts/api/30.0/private/ |
D | mediaprovider_app.te | 33 # Allow MediaProvider to set extended attributes (such as quota project ID)
|
/system/core/fs_mgr/include_fstab/fstab/ |
D | fstab.h | 79 bool quota : 1; member
|
/system/sepolicy/prebuilts/api/31.0/private/ |
D | mediaprovider_app.te | 37 # Allow MediaProvider to set extended attributes (such as quota project ID)
|
/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/bt/stack/l2cap/ |
D | l2c_link.cc | 1448 p_lcb->rr_serv[p_lcb->rr_pri].quota--; in l2cu_get_next_channel_in_rr() 1453 if ((p_lcb->rr_serv[p_lcb->rr_pri].quota == 0) || (!p_serve_ccb)) { in l2cu_get_next_channel_in_rr() 1457 p_lcb->rr_serv[p_lcb->rr_pri].quota = in l2cu_get_next_channel_in_rr() 1465 p_lcb->rr_serv[p_serve_ccb->ccb_priority].quota, in l2cu_get_next_channel_in_rr()
|
D | l2c_int.h | 409 uint8_t quota; /* burst transmission quota */ member
|
D | l2c_utils.cc | 1221 p_ccb->p_lcb->rr_serv[p_ccb->ccb_priority].quota = in l2cu_enqueue_ccb() 1333 p_ccb->p_lcb->rr_serv[p_ccb->ccb_priority].quota = in l2cu_change_pri_ccb()
|
D | l2c_csm.cc | 1588 (p_ccb->p_lcb->rr_serv[p_ccb->ccb_priority].quota > 0)) { in l2c_enqueue_peer_data()
|
/system/core/fs_mgr/tests/ |
D | fs_mgr_test.cpp | 206 lhs.quota == rhs.quota && in CompareFlags() 458 flags.quota = true; in TEST()
|
/system/core/fs_mgr/ |
D | fs_mgr_fstab.cpp | 174 CheckFlag("quota", quota); in ParseFsMgrFlags() 579 userdata.fs_mgr_flags.quota = true; in BuildDsuUserdataFstabEntry()
|
D | fs_mgr.cpp | 362 bool want_quota = entry.fs_mgr_flags.quota; in tune_quota()
|
/system/sepolicy/prebuilts/api/31.0/public/ |
D | vold.te | 104 # Allow setting extended attributes (for project quota IDs) on files and dirs
|
/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 | 104 # Allow setting extended attributes (for project quota IDs) on files and dirs
|