Searched refs:fakeExecIptablesRestoreWithOutput (Results 1 – 3 of 3) sorted by relevance
97 int IptablesBaseTest::fakeExecIptablesRestoreWithOutput(IptablesTarget target, in fakeExecIptablesRestoreWithOutput() function in IptablesBaseTest111 return fakeExecIptablesRestoreWithOutput(target, commands, nullptr); in fakeExecIptablesRestore()119 return fakeExecIptablesRestoreWithOutput(target, fullCmd, output); in fakeExecIptablesRestoreCommand()
33 static int fakeExecIptablesRestoreWithOutput(IptablesTarget target, const std::string& commands,
45 BandwidthController::iptablesRestoreFunction = fakeExecIptablesRestoreWithOutput; in BandwidthControllerTest()