Searched refs:ioSource (Results 1 – 3 of 3) sorted by relevance
73 bool rateLimit(PostReporter& reporter, sdeventplus::source::IO& ioSource) in rateLimit() argument87 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()
58 IO ioSource(event, STDIN_FILENO, EPOLLIN, std::move(ioCb)); in main() local
56 IO ioSource( in execute() local