Searched refs:fakeExecIptablesRestoreWithOutput (Results 1 – 4 of 4) sorted by relevance
74 int IptablesBaseTest::fakeExecIptablesRestoreWithOutput(IptablesTarget target, in fakeExecIptablesRestoreWithOutput() function in IptablesBaseTest88 return fakeExecIptablesRestoreWithOutput(target, commands, nullptr); in fakeExecIptablesRestore()96 return fakeExecIptablesRestoreWithOutput(target, fullCmd, output); in fakeExecIptablesRestoreCommand()
32 static int fakeExecIptablesRestoreWithOutput(IptablesTarget target, const std::string& commands,
40 Controllers::execIptablesRestoreWithOutput = fakeExecIptablesRestoreWithOutput; in ControllersTest()
54 BandwidthController::iptablesRestoreFunction = fakeExecIptablesRestoreWithOutput; in BandwidthControllerTest()