OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:QuotaInfo
(Results
1 - 2
of
2
) sorted by null
/system/netd/
BandwidthController.h
84
class
QuotaInfo
{
86
QuotaInfo
(std::string ifn, int64_t q, int64_t a)
156
std::list<
QuotaInfo
> quotaIfaces;
BandwidthController.cpp
637
std::list<
QuotaInfo
>::iterator it;
671
quotaIfaces.push_front(
QuotaInfo
(ifaceName, maxBytes, 0));
722
std::list<
QuotaInfo
>::iterator it;
924
std::list<
QuotaInfo
>::iterator it;
944
std::list<
QuotaInfo
>::iterator it;
[
all
...]
Completed in 152 milliseconds