Lines Matching refs:IntelCPUSensor
49 IntelCPUSensor::IntelCPUSensor( in IntelCPUSensor() function in IntelCPUSensor
107 IntelCPUSensor::~IntelCPUSensor() in ~IntelCPUSensor()
125 void IntelCPUSensor::restartRead() in restartRead()
127 std::weak_ptr<IntelCPUSensor> weakRef = weak_from_this(); in restartRead()
135 std::shared_ptr<IntelCPUSensor> self = weakRef.lock(); in restartRead()
144 void IntelCPUSensor::setupRead() in setupRead()
175 std::weak_ptr<IntelCPUSensor> weakRef = weak_from_this(); in setupRead()
178 std::shared_ptr<IntelCPUSensor> self = in setupRead()
188 void IntelCPUSensor::updateMinMaxValues() in updateMinMaxValues()
215 readFile(attrPath, IntelCPUSensor::sensorScaleFactor)) in updateMinMaxValues()
238 void IntelCPUSensor::handleResponse(const boost::system::error_code& err) in handleResponse()
254 pollTime = static_cast<size_t>(IntelCPUSensor::sensorPollMs) * 10U; in handleResponse()
283 double nvalue = rawValue / IntelCPUSensor::sensorScaleFactor; in handleResponse()
310 IntelCPUSensor::sensorScaleFactor, dtsOffset, 0)) in handleResponse()
344 void IntelCPUSensor::checkThresholds() in checkThresholds()