Home
last modified time | relevance | path

Searched refs:filterTimer (Results 1 – 13 of 13) sorted by relevance

/openbmc/google-misc/subprojects/bare-metal-host-monitor/
H A Dhost_gpio_monitor.cpp112 boost::asio::steady_timer filterTimer(io); in main() local
139 filterTimer.expires_from_now(std::chrono::milliseconds(100)); in main()
141 filterTimer.async_wait( in main()
/openbmc/estoraged/src/
H A Dmain.cpp161 boost::asio::deadline_timer filterTimer(io); in main() local
175 filterTimer.expires_from_now(boost::posix_time::seconds(1)); in main()
177 filterTimer.async_wait( in main()
/openbmc/dbus-sensors/src/nvme/
H A DNVMeSensorMain.cpp275 boost::asio::steady_timer filterTimer(io); in main() local
277 [&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()
/openbmc/dbus-sensors/src/external/
H A DExternalSensorMain.cpp357 boost::asio::steady_timer filterTimer(io); in main() local
359 [&objectServer, &sensors, &systemBus, &sensorsChanged, &filterTimer, in main()
367 filterTimer.expires_after(std::chrono::seconds(1)); in main()
369 filterTimer.async_wait( in main()
/openbmc/phosphor-power/cold-redundancy/
H A Dcold_redundancy.cpp47 filterTimer(io), systemBus(systemBus) in ColdRedundancy()
52 filterTimer.expires_after(std::chrono::seconds(1)); in ColdRedundancy()
53 filterTimer.async_wait( in ColdRedundancy()
H A Dcold_redundancy.hpp62 boost::asio::steady_timer filterTimer; member in ColdRedundancy
/openbmc/dbus-sensors/src/adc/
H A DADCSensorMain.cpp333 boost::asio::steady_timer filterTimer(io); in main() local
338 filterTimer.expires_after(std::chrono::seconds(1)); in main()
340 filterTimer.async_wait([&](const boost::system::error_code& ec) { in main()
/openbmc/dbus-sensors/src/intel-cpu/
H A DIntelCPUSensorMain.cpp803 boost::asio::steady_timer filterTimer(io); in main() local
806 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()
/openbmc/dbus-sensors/src/intrusion/
H A DIntrusionSensorMain.cpp477 boost::asio::steady_timer filterTimer(io); in main() local
481 filterTimer.expires_after(std::chrono::seconds(1)); in main()
482 filterTimer.async_wait([&](const boost::system::error_code& ec) { in main()
/openbmc/dbus-sensors/src/hwmon-temp/
H A DHwmonTempMain.cpp629 boost::asio::steady_timer filterTimer(io); in main() local
634 filterTimer.expires_after(std::chrono::seconds(1)); in main()
636 filterTimer.async_wait([&](const boost::system::error_code& ec) { in main()
/openbmc/smbios-mdr/src/
H A Dcpuinfo_main.cpp590 static boost::asio::steady_timer filterTimer(io); in getCpuConfiguration() local
591 filterTimer.expires_after( in getCpuConfiguration()
594 filterTimer.async_wait( in getCpuConfiguration()
/openbmc/dbus-sensors/src/fan/
H A DFanMain.cpp678 boost::asio::steady_timer filterTimer(io); in main() local
683 filterTimer.expires_after(std::chrono::seconds(1)); in main()
685 filterTimer.async_wait([&](const boost::system::error_code& ec) { in main()
/openbmc/dbus-sensors/src/psu/
H A DPSUSensorMain.cpp1175 boost::asio::steady_timer filterTimer(io); in main() local
1179 filterTimer.expires_after(std::chrono::seconds(3)); in main()
1180 filterTimer.async_wait([&](const boost::system::error_code& ec) { in main()