Home
last modified time | relevance | path

Searched refs:mPollTimer (Results 1 – 2 of 2) sorted by relevance

/openbmc/dbus-sensors/src/intrusion/
H A DChassisIntrusionSensor.cpp146 mPollTimer.expires_after(std::chrono::seconds(intrusionSensorPollSec)); in pollSensorStatus()
148 mPollTimer.async_wait([weakRef](const boost::system::error_code& ec) { in pollSensorStatus()
255 mPollTimer.expires_after(std::chrono::seconds(intrusionSensorPollSec)); in pollSensorStatus()
257 mPollTimer.async_wait([weakRef](const boost::system::error_code& ec) { in pollSensorStatus()
356 ChassisIntrusionSensor(autoRearm, objServer), mPollTimer(io) in ChassisIntrusionPchSensor()
425 mHwmonName(std::move(hwmonName)), mPollTimer(io) in ChassisIntrusionHwmonSensor()
462 mPollTimer.cancel(); in ~ChassisIntrusionPchSensor()
480 mPollTimer.cancel(); in ~ChassisIntrusionHwmonSensor()
H A DChassisIntrusionSensor.hpp55 boost::asio::steady_timer mPollTimer; member in ChassisIntrusionPchSensor
94 boost::asio::steady_timer mPollTimer; member in ChassisIntrusionHwmonSensor