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/
BandwidthController.cpp
261
sharedQuotaIfaces
.clear();
619
for (it =
sharedQuotaIfaces
.begin(); it !=
sharedQuotaIfaces
.end(); it++) {
624
if (it ==
sharedQuotaIfaces
.end()) {
626
if (
sharedQuotaIfaces
.empty()) {
635
sharedQuotaIfaces
.push_front(ifaceName);
674
for (it =
sharedQuotaIfaces
.begin(); it !=
sharedQuotaIfaces
.end(); it++) {
678
if (it ==
sharedQuotaIfaces
.end()) {
684
sharedQuotaIfaces
.erase(it)
[
all
...]
BandwidthController.h
185
std::list<std::string>
sharedQuotaIfaces
;
Completed in 402 milliseconds