OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sharedQuotaIfaces
(Results
1 - 2
of
2
) sorted by null
/system/netd/server/
BandwidthController.cpp
265
sharedQuotaIfaces
.clear();
623
for (it =
sharedQuotaIfaces
.begin(); it !=
sharedQuotaIfaces
.end(); it++) {
628
if (it ==
sharedQuotaIfaces
.end()) {
630
if (
sharedQuotaIfaces
.empty()) {
639
sharedQuotaIfaces
.push_front(ifaceName);
680
for (it =
sharedQuotaIfaces
.begin(); it !=
sharedQuotaIfaces
.end(); it++) {
684
if (it ==
sharedQuotaIfaces
.end()) {
690
sharedQuotaIfaces
.erase(it)
[
all
...]
BandwidthController.h
186
std::list<std::string>
sharedQuotaIfaces
;
Completed in 149 milliseconds