Searched refs:CFMSensor (Results 1 – 2 of 2) sorted by relevance
19 struct CFMSensor : public Sensor, std::enable_shared_from_this<CFMSensor> struct30 CFMSensor(std::shared_ptr<sdbusplus::asio::connection>& conn, argument35 ~CFMSensor() override;
75 static std::vector<std::shared_ptr<CFMSensor>> cfmSensors;171 CFMSensor::CFMSensor(std::shared_ptr<sdbusplus::asio::connection>& conn, in CFMSensor() function in CFMSensor207 void CFMSensor::setupMatches() in setupMatches()209 std::weak_ptr<CFMSensor> weakRef = weak_from_this(); in setupMatches()295 CFMSensor::~CFMSensor() in ~CFMSensor()307 void CFMSensor::createMaxCFMIface() in createMaxCFMIface()313 void CFMSensor::addTachRanges(const std::string& serviceName, in addTachRanges()316 std::weak_ptr<CFMSensor> weakRef = weak_from_this(); in addTachRanges()339 void CFMSensor::checkThresholds() in checkThresholds()344 void CFMSensor::updateReading() in updateReading()[all …]