Searched refs:driveScanTimer (Results 1 – 1 of 1) sorted by relevance
1501 auto driveScanTimer = std::make_shared<boost::asio::steady_timer>(io); in checkHsbpDrivesStatus() local1502 driveScanTimer->expires_after(std::chrono::seconds(1)); in checkHsbpDrivesStatus()1503 driveScanTimer->async_wait( in checkHsbpDrivesStatus()1504 [driveScanTimer](const boost::system::error_code ec) { in checkHsbpDrivesStatus()