Home
last modified time | relevance | path

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

/packages/services/Car/cpp/watchdog/server/tests/
DPressureMonitorTest.cpp156 struct EpollResponseInfo { struct in android::automotive::watchdog::PressureMonitorTest
291 EpollResponseInfo responseInfo = mEpollResponses.front(); in MockPsiApis()
325 void queueResponses(const std::vector<EpollResponseInfo>& responses) { in queueResponses()
360 std::queue<EpollResponseInfo> mEpollResponses GUARDED_BY(mMutex);
481 {EpollResponseInfo{.response = EVENT_TRIGGERED, in TEST_F()
483 EpollResponseInfo{.response = TIMEOUT, in TEST_F()
485 EpollResponseInfo{.response = EVENT_TRIGGERED, in TEST_F()
510 {EpollResponseInfo{.response = EVENT_TRIGGERED, in TEST_F()
513 EpollResponseInfo{.response = TIMEOUT, in TEST_F()
516 EpollResponseInfo{.response = EVENT_TRIGGERED, in TEST_F()
[all …]