Home
last modified time | relevance | path

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

/aosp12/system/netd/tests/
H A Dbinder_test.cpp1230 const std::string& expectedInterface, in iptablesIdleTimerInterfaceRuleExists() argument
1234 if (rule.find(expectedInterface) != std::string::npos) { in iptablesIdleTimerInterfaceRuleExists()
1862 const std::string& expectedInterface, in iptablesNetworkPermissionIptablesRuleExists() argument
1867 if (rule.find(expectedInterface) != std::string::npos) { in iptablesNetworkPermissionIptablesRuleExists()
2434 const std::string& expectedInterface, in iptablesFirewallInterfaceFirstRuleExists() argument
2444 if (rules[firstRuleIndex].find(expectedInterface) != std::string::npos) { in iptablesFirewallInterfaceFirstRuleExists()
2454 const std::string& expectedInterface, in iptablesFirewallInterfaceRuleExists() argument
2458 if (rule.find(expectedInterface) != std::string::npos) { in iptablesFirewallInterfaceRuleExists()