Home
last modified time | relevance | path

Searched refs:RedundancySensor (Results 1 – 3 of 3) sorted by relevance

/openbmc/dbus-sensors/src/
H A DTachSensor.hpp27 class RedundancySensor class
30 RedundancySensor(size_t count, const std::vector<std::string>& children,
33 ~RedundancySensor();
67 std::optional<RedundancySensor>* redundancy,
82 std::optional<RedundancySensor>* redundancy;
H A DTachSensor.cpp51 std::optional<RedundancySensor>* redundancy, boost::asio::io_context& io, in TachSensor()
215 RedundancySensor::RedundancySensor(size_t count, in RedundancySensor() function in RedundancySensor
234 RedundancySensor::~RedundancySensor() in ~RedundancySensor()
239 void RedundancySensor::update(const std::string& name, bool failed) in update()
H A DFanMain.cpp79 std::optional<RedundancySensor> systemRedundancy;
259 systemRedundancy.emplace(RedundancySensor( in createRedundancySensor()
488 std::optional<RedundancySensor>* redundancy = nullptr; in createSensors()