Home
last modified time | relevance | path

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

/openbmc/dbus-sensors/src/fan/
H A DTachSensor.hpp31 class RedundancySensor class
34 RedundancySensor(size_t count, const std::vector<std::string>& children,
37 ~RedundancySensor();
71 std::optional<RedundancySensor>* redundancy,
86 std::optional<RedundancySensor>* redundancy;
H A DTachSensor.cpp51 std::optional<RedundancySensor>* redundancy, boost::asio::io_context& io, in TachSensor()
217 RedundancySensor::RedundancySensor(size_t count, in RedundancySensor() function in RedundancySensor
236 RedundancySensor::~RedundancySensor() in ~RedundancySensor()
241 void RedundancySensor::update(const std::string& name, bool failed) in update()
H A DFanMain.cpp77 std::optional<RedundancySensor> systemRedundancy;
262 systemRedundancy.emplace(RedundancySensor( in createRedundancySensor()
534 std::optional<RedundancySensor>* redundancy = nullptr; in createSensors()