Home
last modified time | relevance | path

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

/packages/services/Car/cpp/watchdog/server/tests/
DPressureMonitorTest.cpp170 mEpollWaitMockFunc = std::make_unique<MockFunction<int(int, epoll_event*, int, int)>>(); in SetUp()
178 mEpollWaitMockFunc->AsStdFunction()); in SetUp()
276 ON_CALL(*mEpollWaitMockFunc, Call(_, _, _, _)) in MockPsiApis()
349 std::unique_ptr<MockFunction<int(int, epoll_event*, int, int)>> mEpollWaitMockFunc; member in android::automotive::watchdog::PressureMonitorTest