Home
last modified time | relevance | path

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

/openbmc/dbus-sensors/src/
H A DTachSensor.hpp44 class RedundancySensor class
47 RedundancySensor(size_t count, const std::vector<std::string>& children,
50 ~RedundancySensor();
72 std::optional<RedundancySensor>* redundancy,
87 std::optional<RedundancySensor>* redundancy;
H A DTachSensor.cpp52 std::optional<RedundancySensor>* redundancy, boost::asio::io_context& io, in TachSensor()
301 RedundancySensor::RedundancySensor(size_t count, in RedundancySensor() function in RedundancySensor
320 RedundancySensor::~RedundancySensor() in ~RedundancySensor()
325 void RedundancySensor::update(const std::string& name, bool failed) in update()
H A DFanMain.cpp78 std::optional<RedundancySensor> systemRedundancy;
258 systemRedundancy.emplace(RedundancySensor( in createRedundancySensor()
486 std::optional<RedundancySensor>* redundancy = nullptr; in createSensors()