Searched refs:mIptables (Results 1 – 3 of 3) sorted by relevance
57 : mReport(report), mIptables(iptables) {} in WakeupController()81 IptablesRestoreInterface* const mIptables; variable
81 StrictMock<MockIptablesRestore> mIptables; member in android::net::WakeupControllerTest89 &mIptables};293 EXPECT_CALL(mIptables, execute(V4V6, kExpected, _)).WillOnce(Return(0)); in TEST_F()306 EXPECT_CALL(mIptables, execute(V4V6, kExpected, _)).WillOnce(Return(0)); in TEST_F()
218 auto rv = mIptables->execute(V4V6, cmd, &out); in execIptables()