Home
last modified time | relevance | path

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

/openbmc/sdeventplus/test/utility/
H A Dtimer.cpp201 EXPECT_FALSE(timer->hasExpired()); in TEST_F()
245 EXPECT_FALSE(timer->hasExpired()); in TEST_F()
249 EXPECT_FALSE(timer->hasExpired()); in TEST_F()
253 EXPECT_FALSE(timer->hasExpired()); in TEST_F()
257 EXPECT_FALSE(timer->hasExpired()); in TEST_F()
293 EXPECT_FALSE(timer->hasExpired()); in TEST_F()
414 EXPECT_TRUE(timer->hasExpired()); in TEST_F()
420 EXPECT_TRUE(timer->hasExpired()); in TEST_F()
424 EXPECT_TRUE(timer->hasExpired()); in TEST_F()
426 EXPECT_TRUE(timer->hasExpired()); in TEST_F()
[all …]
/openbmc/sdeventplus/src/sdeventplus/utility/
H A Dtimer.hpp110 bool hasExpired() const;
H A Dtimer.cpp66 bool Timer<Id>::hasExpired() const in hasExpired() function in sdeventplus::utility::Timer
/openbmc/phosphor-watchdog/src/
H A Dwatchdog.hpp158 return timer.hasExpired(); in timerExpired()
/openbmc/phosphor-led-manager/manager/lamptest/
H A Dlamptest.cpp269 if (timer.hasExpired()) in requestHandler()