Lines Matching refs:BandwidthController
43 BandwidthController::execFunction = fake_android_fork_exec; in BandwidthControllerTest()
44 BandwidthController::popenFunction = fake_popen; in BandwidthControllerTest()
45 BandwidthController::iptablesRestoreFunction = fakeExecIptablesRestoreWithOutput; in BandwidthControllerTest()
47 BandwidthController mBw;
106 using IptOp = BandwidthController::IptOp;
249 BandwidthController::TetherStats filter; in TEST_F()
263 filter = BandwidthController::TetherStats(); in TEST_F()
275 filter = BandwidthController::TetherStats("bt-pan", "rmnet0", -1, -1, -1, -1); in TEST_F()
283 filter = BandwidthController::TetherStats("wlan0", "rmnet0", -1, -1, -1, -1); in TEST_F()
291 filter = BandwidthController::TetherStats("rmnet0", "foo0", -1, -1, -1, -1); in TEST_F()
309 filter = BandwidthController::TetherStats(); in TEST_F()