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.cpp109 boost::asio::steady_timer filterTimer(io); in main() local
130 filterTimer.expires_from_now(std::chrono::seconds(1)); in main()
132 filterTimer.async_wait( in main()
/openbmc/estoraged/src/
H A Dmain.cpp146 boost::asio::deadline_timer filterTimer(io); in main() local
160 filterTimer.expires_from_now(boost::posix_time::seconds(1)); in main()
162 filterTimer.async_wait( in main()
/openbmc/dbus-sensors/src/nvme/
H A DNVMeSensorMain.cpp281 boost::asio::steady_timer filterTimer(io); in main() local
283 [&filterTimer, &io, &objectServer, &systemBus](sdbusplus::message_t&) { in main()
285 filterTimer.expires_after(std::chrono::seconds(1)); in main()
287 filterTimer.async_wait([&](const boost::system::error_code& ec) { in main()
/openbmc/dbus-sensors/src/external/
H A DExternalSensorMain.cpp368 boost::asio::steady_timer filterTimer(io); in main() local
370 [&objectServer, &sensors, &systemBus, &sensorsChanged, &filterTimer, in main()
387 filterTimer.expires_after(std::chrono::seconds(1)); in main()
389 filterTimer.async_wait( in main()
/openbmc/phosphor-power/cold-redundancy/
H A Dcold_redundancy.cpp47 filterTimer(io), systemBus(systemBus) in ColdRedundancy()
58 filterTimer.expires_after(std::chrono::seconds(1)); in ColdRedundancy()
59 filterTimer.async_wait([this, &io, &objectServer, &systemBus]( in ColdRedundancy()
H A Dcold_redundancy.hpp64 boost::asio::steady_timer filterTimer; member in ColdRedundancy
/openbmc/dbus-sensors/src/adc/
H A DADCSensorMain.cpp337 boost::asio::steady_timer filterTimer(io); in main() local
347 filterTimer.expires_after(std::chrono::seconds(1)); in main()
349 filterTimer.async_wait([&](const boost::system::error_code& ec) { in main()
/openbmc/dbus-sensors/src/intel-cpu/
H A DIntelCPUSensorMain.cpp811 boost::asio::steady_timer filterTimer(io); in main() local
814 filterTimer.expires_after(std::chrono::seconds(1)); in main()
815 filterTimer.async_wait([&](const boost::system::error_code& ec) { in main()
842 filterTimer.expires_after(std::chrono::seconds(1)); in main()
843 filterTimer.async_wait([&](const boost::system::error_code& ec) { in main()
/openbmc/dbus-sensors/src/intrusion/
H A DIntrusionSensorMain.cpp493 boost::asio::steady_timer filterTimer(io); in main() local
502 filterTimer.expires_after(std::chrono::seconds(1)); in main()
503 filterTimer.async_wait([&](const boost::system::error_code& ec) { in main()
/openbmc/dbus-sensors/src/hwmon-temp/
H A DHwmonTempMain.cpp622 boost::asio::steady_timer filterTimer(io); in main() local
632 filterTimer.expires_after(std::chrono::seconds(1)); in main()
634 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.cpp632 boost::asio::steady_timer filterTimer(io); in main() local
642 filterTimer.expires_after(std::chrono::seconds(1)); in main()
644 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
1184 filterTimer.expires_after(std::chrono::seconds(3)); in main()
1185 filterTimer.async_wait([&](const boost::system::error_code& ec) { in main()