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.cpp156 mPollTimer.expires_after(std::chrono::seconds(intrusionSensorPollSec)); in pollSensorStatus()
158 mPollTimer.async_wait([weakRef](const boost::system::error_code& ec) { in pollSensorStatus()
272 mPollTimer.expires_after(std::chrono::seconds(intrusionSensorPollSec)); in pollSensorStatus()
274 mPollTimer.async_wait([weakRef](const boost::system::error_code& ec) { in pollSensorStatus()
373 ChassisIntrusionSensor(autoRearm, objServer), mPollTimer(io) in ChassisIntrusionPchSensor()
442 mHwmonName(std::move(hwmonName)), mPollTimer(io) in ChassisIntrusionHwmonSensor()
481 mPollTimer.cancel(); in ~ChassisIntrusionPchSensor()
499 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