Searched refs:fakeExecIptablesRestoreWithOutput (Results 1 - 4 of 4) sorted by relevance

/system/netd/server/
H A DIptablesBaseTest.cpp74 int IptablesBaseTest::fakeExecIptablesRestoreWithOutput(IptablesTarget target, function in class:IptablesBaseTest
88 return fakeExecIptablesRestoreWithOutput(target, commands, nullptr);
96 return fakeExecIptablesRestoreWithOutput(target, fullCmd, output);
H A DIptablesBaseTest.h32 static int fakeExecIptablesRestoreWithOutput(IptablesTarget target, const std::string& commands,
H A DControllersTest.cpp40 Controllers::execIptablesRestoreWithOutput = fakeExecIptablesRestoreWithOutput;
H A DBandwidthControllerTest.cpp54 BandwidthController::iptablesRestoreFunction = fakeExecIptablesRestoreWithOutput;

Completed in 68 milliseconds