Searched refs:mPollTimer (Results 1 – 2 of 2) sorted by relevance
156 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()
55 boost::asio::steady_timer mPollTimer; member in ChassisIntrusionPchSensor94 boost::asio::steady_timer mPollTimer; member in ChassisIntrusionHwmonSensor