Searched refs:fakeExecIptablesRestoreWithOutput (Results 1 – 5 of 5) 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()
123 BandwidthController::iptablesRestoreFunction = fakeExecIptablesRestoreWithOutput; in BandwidthControllerTest()
66 TetherController::iptablesRestoreFunction = fakeExecIptablesRestoreWithOutput; in TetherControllerTest()