Home
last modified time | relevance | path

Searched refs:fakeExecIptablesRestoreWithOutput (Results 1 – 3 of 3) sorted by relevance

/system/netd/server/
DIptablesBaseTest.cpp97 int IptablesBaseTest::fakeExecIptablesRestoreWithOutput(IptablesTarget target, in fakeExecIptablesRestoreWithOutput() function in IptablesBaseTest
111 return fakeExecIptablesRestoreWithOutput(target, commands, nullptr); in fakeExecIptablesRestore()
119 return fakeExecIptablesRestoreWithOutput(target, fullCmd, output); in fakeExecIptablesRestoreCommand()
DIptablesBaseTest.h33 static int fakeExecIptablesRestoreWithOutput(IptablesTarget target, const std::string& commands,
DBandwidthControllerTest.cpp45 BandwidthController::iptablesRestoreFunction = fakeExecIptablesRestoreWithOutput; in BandwidthControllerTest()