Home
last modified time | relevance | path

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

/openbmc/sdeventplus/test/utility/
H A Dsdbus.cpp25 }).set_floating(true); in TEST_F()
32 source::Exit(event, [&](source::EventBase&) { d1 = 1; }).set_floating(true); in TEST_F()
36 }).set_floating(true); in TEST_F()
38 }).set_floating(true); in TEST_F()
/openbmc/phosphor-host-postd/
H A Dmain.cpp122 .set_floating(true); in rateLimit()
411 sdeventplus::source::Signal(event, SIGINT, intCb).set_floating(true); in main()
414 .set_floating(true); in main()
/openbmc/sdeventplus/example/
H A Dheartbeat_timer.cpp47 Signal(event, SIGINT, intCb).set_floating(true); in main()
H A Dheartbeat.cpp50 Signal(event, SIGINT, intCb).set_floating(true); in main()
/openbmc/sdeventplus/src/sdeventplus/utility/
H A Dtimer.cpp60 void Timer<Id>::set_floating(bool b) in set_floating() function in sdeventplus::utility::Timer
62 return timeSource.set_floating(b); in set_floating()
H A Dtimer.hpp103 void set_floating(bool b);
/openbmc/phosphor-networkd/src/
H A Dnetwork_manager_main.cpp64 sdeventplus::source::Signal(event, SIGTERM, termCb).set_floating(true); in main()
/openbmc/sdeventplus/src/sdeventplus/source/
H A Dbase.hpp141 void set_floating(bool b) const;
H A Dbase.cpp102 void Base::set_floating(bool b) const in set_floating() function in sdeventplus::source::Base
/openbmc/sdeventplus/test/source/
H A Dbase.cpp450 base->set_floating(true); in TEST_F()
457 EXPECT_THROW(base->set_floating(true), SdEventError); in TEST_F()