Searched refs:filterTimer (Results 1 – 13 of 13) sorted by relevance
112 boost::asio::steady_timer filterTimer(io); in main() local139 filterTimer.expires_from_now(std::chrono::milliseconds(100)); in main()141 filterTimer.async_wait( in main()
161 boost::asio::deadline_timer filterTimer(io); in main() local175 filterTimer.expires_from_now(boost::posix_time::seconds(1)); in main()177 filterTimer.async_wait( in main()
275 boost::asio::steady_timer filterTimer(io); in main() local277 [&filterTimer, &io, &objectServer, &systemBus](sdbusplus::message_t&) { in main()279 filterTimer.expires_after(std::chrono::seconds(1)); in main()281 filterTimer.async_wait([&](const boost::system::error_code& ec) { in main()
357 boost::asio::steady_timer filterTimer(io); in main() local359 [&objectServer, &sensors, &systemBus, &sensorsChanged, &filterTimer, in main()367 filterTimer.expires_after(std::chrono::seconds(1)); in main()369 filterTimer.async_wait( in main()
47 filterTimer(io), systemBus(systemBus) in ColdRedundancy()52 filterTimer.expires_after(std::chrono::seconds(1)); in ColdRedundancy()53 filterTimer.async_wait( in ColdRedundancy()
62 boost::asio::steady_timer filterTimer; member in ColdRedundancy
333 boost::asio::steady_timer filterTimer(io); in main() local338 filterTimer.expires_after(std::chrono::seconds(1)); in main()340 filterTimer.async_wait([&](const boost::system::error_code& ec) { in main()
803 boost::asio::steady_timer filterTimer(io); in main() local806 filterTimer.expires_after(std::chrono::seconds(1)); in main()807 filterTimer.async_wait([&](const boost::system::error_code& ec) { in main()825 filterTimer.expires_after(std::chrono::seconds(1)); in main()826 filterTimer.async_wait([&](const boost::system::error_code& ec) { in main()
477 boost::asio::steady_timer filterTimer(io); in main() local481 filterTimer.expires_after(std::chrono::seconds(1)); in main()482 filterTimer.async_wait([&](const boost::system::error_code& ec) { in main()
629 boost::asio::steady_timer filterTimer(io); in main() local634 filterTimer.expires_after(std::chrono::seconds(1)); in main()636 filterTimer.async_wait([&](const boost::system::error_code& ec) { in main()
590 static boost::asio::steady_timer filterTimer(io); in getCpuConfiguration() local591 filterTimer.expires_after( in getCpuConfiguration()594 filterTimer.async_wait( in getCpuConfiguration()
678 boost::asio::steady_timer filterTimer(io); in main() local683 filterTimer.expires_after(std::chrono::seconds(1)); in main()685 filterTimer.async_wait([&](const boost::system::error_code& ec) { in main()
1175 boost::asio::steady_timer filterTimer(io); in main() local1179 filterTimer.expires_after(std::chrono::seconds(3)); in main()1180 filterTimer.async_wait([&](const boost::system::error_code& ec) { in main()