Home
last modified time | relevance | path

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

/openbmc/sdeventplus/src/sdeventplus/source/
H A Dbase.hpp95 bool get_pending() const;
H A Dbase.cpp56 bool Base::get_pending() const in get_pending() function in sdeventplus::source::Base
/openbmc/sdeventplus/test/source/
H A Dbase.cpp360 EXPECT_FALSE(base->get_pending()); in TEST_F()
363 EXPECT_TRUE(base->get_pending()); in TEST_F()
370 EXPECT_THROW(base->get_pending(), SdEventError); in TEST_F()