Searched refs:set_floating (Results 1 – 10 of 10) sorted by relevance
/openbmc/sdeventplus/test/utility/ |
H A D | sdbus.cpp | 25 }).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 D | main.cpp | 122 .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 D | heartbeat_timer.cpp | 47 Signal(event, SIGINT, intCb).set_floating(true); in main()
|
H A D | heartbeat.cpp | 50 Signal(event, SIGINT, intCb).set_floating(true); in main()
|
/openbmc/sdeventplus/src/sdeventplus/utility/ |
H A D | timer.cpp | 60 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 D | timer.hpp | 103 void set_floating(bool b);
|
/openbmc/phosphor-networkd/src/ |
H A D | network_manager_main.cpp | 64 sdeventplus::source::Signal(event, SIGTERM, termCb).set_floating(true); in main()
|
/openbmc/sdeventplus/src/sdeventplus/source/ |
H A D | base.hpp | 141 void set_floating(bool b) const;
|
H A D | base.cpp | 102 void Base::set_floating(bool b) const in set_floating() function in sdeventplus::source::Base
|
/openbmc/sdeventplus/test/source/ |
H A D | base.cpp | 450 base->set_floating(true); in TEST_F() 457 EXPECT_THROW(base->set_floating(true), SdEventError); in TEST_F()
|