HomeSort by relevance Sort by last modified time
    Searched defs:mIptables (Results 1 - 2 of 2) sorted by null

  /system/netd/server/
WakeupController.h 57 : mReport(report), mIptables(iptables) {}
81 IptablesRestoreInterface* const mIptables;
WakeupControllerTest.cpp 81 StrictMock<MockIptablesRestore> mIptables;
89 &mIptables};
293 EXPECT_CALL(mIptables, execute(V4V6, kExpected, _)).WillOnce(Return(0));
306 EXPECT_CALL(mIptables, execute(V4V6, kExpected, _)).WillOnce(Return(0));

Completed in 1212 milliseconds