Home
last modified time | relevance | path

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

/openbmc/phosphor-host-postd/
H A Dmain.cpp73 bool rateLimit(PostReporter& reporter, sdeventplus::source::IO& ioSource) in rateLimit() argument
87 const sdeventplus::Event& event = ioSource.get_event(); in rateLimit()
112 ioSource.set_enabled(sdeventplus::source::Enabled::Off); in rateLimit()
115 [&ioSource](auto&, auto) { in rateLimit()
120 ioSource.set_enabled(sdeventplus::source::Enabled::On); in rateLimit()
/openbmc/sdeventplus/example/
H A Ddelayed_echo.cpp58 IO ioSource(event, STDIN_FILENO, EPOLLIN, std::move(ioCb)); in main() local
/openbmc/kcsbridge/src/
H A Dmain.cpp56 IO ioSource( in execute() local