Home
last modified time | relevance | path

Searched refs:expectedInterface (Results 1 – 1 of 1) sorted by relevance

/system/netd/tests/
Dbinder_test.cpp1077 const std::string& expectedInterface, in iptablesIdleTimerInterfaceRuleExists() argument
1081 if (rule.find(expectedInterface) != std::string::npos) { in iptablesIdleTimerInterfaceRuleExists()
1737 const std::string& expectedInterface, in iptablesNetworkPermissionIptablesRuleExists() argument
1742 if (rule.find(expectedInterface) != std::string::npos) { in iptablesNetworkPermissionIptablesRuleExists()
2307 const std::string& expectedInterface, in iptablesFirewallInterfaceFirstRuleExists() argument
2317 if (rules[firstRuleIndex].find(expectedInterface) != std::string::npos) { in iptablesFirewallInterfaceFirstRuleExists()
2327 const std::string& expectedInterface, in iptablesFirewallInterfaceRuleExists() argument
2331 if (rule.find(expectedInterface) != std::string::npos) { in iptablesFirewallInterfaceRuleExists()