Searched refs:ruleIndex (Results 1 – 3 of 3) sorted by relevance
/aosp12/system/netd/server/ |
H A D | BandwidthControllerTest.cpp | 263 const std::vector<std::string> makeInterfaceQuotaCommands(const std::string& iface, int ruleIndex, in makeInterfaceQuotaCommands() argument 272 StringPrintf("-I bw_INPUT %d -i %s -j %s", ruleIndex, c_iface, c_chain), in makeInterfaceQuotaCommands() 273 StringPrintf("-I bw_OUTPUT %d -o %s -j %s", ruleIndex, c_iface, c_chain), in makeInterfaceQuotaCommands() 320 int ruleIndex, int64_t quota, in makeInterfaceSharedQuotaCommands() argument 327 StringPrintf("-I bw_INPUT %d -i %s -j %s", ruleIndex, c_iface, c_chain), in makeInterfaceSharedQuotaCommands() 328 StringPrintf("-I bw_OUTPUT %d -o %s -j %s", ruleIndex, c_iface, c_chain), in makeInterfaceSharedQuotaCommands()
|
/aosp12/frameworks/base/services/core/java/com/android/server/firewall/ |
H A D | IntentFirewall.java | 375 for (int ruleIndex=0; ruleIndex<rules.size(); ruleIndex++) { in readRules() 376 Rule rule = rules.get(ruleIndex); in readRules()
|
/aosp12/packages/modules/StatsD/statsd/src/metrics/parsing_utils/ |
H A D | metrics_manager_util.h | 221 const int ruleIndex = itr->second; in initSubscribersForSubscriptionType() local 222 allRules[ruleIndex]->addSubscription(subscription); in initSubscribersForSubscriptionType()
|