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