Home
last modified time | relevance | path

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

/openbmc/sdeventplus/src/sdeventplus/utility/
H A Dtimer.cpp54 bool Timer<Id>::get_floating() const in get_floating() function in sdeventplus::utility::Timer
56 return timeSource.get_floating(); in get_floating()
H A Dtimer.hpp94 bool get_floating() const;
/openbmc/sdeventplus/src/sdeventplus/source/
H A Dbase.hpp132 bool get_floating() const;
H A Dbase.cpp95 bool Base::get_floating() const in get_floating() function in sdeventplus::source::Base
/openbmc/sdeventplus/test/source/
H A Dbase.cpp434 EXPECT_TRUE(base->get_floating()); in TEST_F()
437 EXPECT_FALSE(base->get_floating()); in TEST_F()
444 EXPECT_THROW(base->get_floating(), SdEventError); in TEST_F()