Home
last modified time | relevance | path

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

/aosp12/system/netd/server/
H A DTetherControllerTest.cpp61 const ExpectedIptablesCommands FLUSH_COMMANDS = {
79 const ExpectedIptablesCommands SETUP_COMMANDS = {
106 const ExpectedIptablesCommands ALERT_ADD_COMMAND = {
113 ExpectedIptablesCommands firstIPv4UpstreamCommands(const char *extIf) { in firstIPv4UpstreamCommands()
123 ExpectedIptablesCommands firstIPv6UpstreamCommands() { in firstIPv6UpstreamCommands()
200 ExpectedIptablesCommands commands; in allNewNatCommands()
264 ExpectedIptablesCommands firstNat = in TEST_F()
270 ExpectedIptablesCommands startOtherNatOnSameUpstream = startNatCommands( in TEST_F()
301 ExpectedIptablesCommands firstNat = in TEST_F()
308 ExpectedIptablesCommands secondNat = in TEST_F()
[all …]
H A DControllersTest.cpp51 ExpectedIptablesCommands expectedCmds = { in TEST_F()
72 ExpectedIptablesCommands expected = { in TEST_F()
199 expectIptablesRestoreCommands(ExpectedIptablesCommands{}); in TEST_F()
269 expectIptablesRestoreCommands(ExpectedIptablesCommands{}); in TEST_F()
H A DIptablesBaseTest.h27 typedef std::vector<std::pair<IptablesTarget, std::string>> ExpectedIptablesCommands; typedef
38 void expectIptablesRestoreCommands(const ExpectedIptablesCommands& expectedCmds);
59 static ExpectedIptablesCommands sRestoreCmds;
H A DIptablesBaseTest.cpp100 ExpectedIptablesCommands expected; in expectIptablesRestoreCommands()
107 void IptablesBaseTest::expectIptablesRestoreCommands(const ExpectedIptablesCommands& expectedCmds) { in expectIptablesRestoreCommands()
117 IptablesBaseTest::ExpectedIptablesCommands IptablesBaseTest::sRestoreCmds = {};
H A DFirewallControllerTest.cpp115 ExpectedIptablesCommands expected = { in TEST_F()
129 ExpectedIptablesCommands expected = { in TEST_F()
143 ExpectedIptablesCommands expected = { in TEST_F()
H A DClatdControllerTest.cpp191 expectIptablesRestoreCommands((ExpectedIptablesCommands){ in TEST_F()
200 expectIptablesRestoreCommands((ExpectedIptablesCommands){ in TEST_F()
H A DIdletimerControllerTest.cpp40 expectIptablesRestoreCommands(ExpectedIptablesCommands{}); in TEST_F()
H A DBandwidthControllerTest.cpp94 ExpectedIptablesCommands expected = {{ V4, expectedList }}; in expectSetupCommands()