Home
last modified time | relevance | path

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

/system/netd/tests/
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()
2431 const std::string& expectedInterface, in iptablesFirewallInterfaceFirstRuleExists() argument
2441 if (rules[firstRuleIndex].find(expectedInterface) != std::string::npos) { in iptablesFirewallInterfaceFirstRuleExists()
2451 const std::string& expectedInterface, in iptablesFirewallInterfaceRuleExists() argument
2455 if (rule.find(expectedInterface) != std::string::npos) { in iptablesFirewallInterfaceRuleExists()