Searched defs:TimerTest (Results 1 – 6 of 6) sorted by relevance
| /openbmc/sdeventplus/test/utility/ |
| H A D | timer.cpp | 47 class TimerTest : public testing::Test class 163 TEST_F(TimerTest, NoCallback) in TEST_F() argument 182 TEST_F(TimerTest, NoInterval) in TEST_F() argument 199 TEST_F(TimerTest, NewTimer) in TEST_F() argument 205 TEST_F(TimerTest, IsEnabled) in TEST_F() argument 213 TEST_F(TimerTest, GetRemainingDisabled) in TEST_F() argument 219 TEST_F(TimerTest, GetRemainingNegative) in TEST_F() argument 230 TEST_F(TimerTest, GetRemainingPositive) in TEST_F() argument 241 TEST_F(TimerTest, SetEnabled) in TEST_F() argument 260 TEST_F(TimerTest, SetEnabledUnsetTimer) in TEST_F() argument [all …]
|
| /openbmc/sdbusplus/test/timer/ |
| H A D | suite.hpp | 9 class TimerTest : public ::testing::Test class 25 TimerTest() : rc(sd_event_default(&events)), timer(events) in TimerTest() function in TimerTest
|
| H A D | timer_expire.cpp | 12 TEST_F(TimerTest, timerExpiresAfter2seconds) in TEST_F() argument
|
| H A D | timer_update_expire.cpp | 12 TEST_F(TimerTest, updateTimerAndExpectExpire) in TEST_F() argument
|
| H A D | timer_not_expire.cpp | 11 TEST_F(TimerTest, timerNotExpiredAfter2Seconds) in TEST_F() argument
|
| H A D | timer_update_not_expire.cpp | 12 TEST_F(TimerTest, updateTimerAndNeverExpire) in TEST_F() argument
|