Home
last modified time | relevance | path

Searched defs:quota (Results 1 – 4 of 4) sorted by relevance

/system/netd/server/
DBandwidthControllerTest.cpp117 void expectUpdateQuota(uint64_t quota) { in expectUpdateQuota()
243 int64_t quota) { in makeInterfaceQuotaCommands()
299 int ruleIndex, int64_t quota, in makeInterfaceSharedQuotaCommands()
320 int64_t quota, bool deleteQuota) { in removeInterfaceSharedQuotaCommands()
DBandwidthController.h72 int64_t quota; member
/system/core/fs_mgr/libfstab/include/fstab/
Dfstab.h77 bool quota : 1; member
/system/nfc/tools/casimir/src/
Dmain-grpc.rs416 let quota = grpcio::ResourceQuota::new(Some("CasimirQuota")).resize_memory(1024 * 1024); in run() localVariable