Searched refs:fanName (Results 1 – 6 of 6) sorted by relevance
/openbmc/dbus-sensors/src/psu/ |
H A D | PSUEvent.cpp | 176 fanName = path.substr(fanPos); in PSUSubEvent() 177 auto fanNamePos = fanName.find('_'); in PSUSubEvent() 180 fanName = fanName.substr(0, fanNamePos); in PSUSubEvent() 330 (psuName + ',' + fanName)); in updateValue() 361 (psuName + ',' + fanName)); in updateValue()
|
H A D | PSUEvent.hpp | 74 std::string fanName; member in PSUSubEvent
|
/openbmc/bmcweb/redfish-core/lib/ |
H A D | fan.hpp | 37 std::string fanName = in updateFanList() local 39 if (fanName.empty()) in updateFanList() 47 fanName); in updateFanList() 167 std::string fanName = sdbusplus::message::object_path(fanPath).filename(); in checkFanId() local 169 return !(fanName.empty() || fanName != fanId); in checkFanId()
|
/openbmc/phosphor-fan-presence/control/ |
H A D | fanctl.cpp | 77 std::string fanName; in justFanName() local 82 fanName = path.substr(1 + itr); in justFanName() 85 return fanName; in justFanName() 467 for (const auto& [fanName, sensors] : pathMap["tach"]) in set() 479 paths = pathMap["tach"].find(fanName); in set()
|
/openbmc/dbus-sensors/src/fan/ |
H A D | TachSensor.cpp | 52 const std::string& fanName, in TachSensor() argument 57 Sensor(escapeName(fanName), std::move(thresholdsIn), sensorConfiguration, in TachSensor()
|
H A D | TachSensor.hpp | 68 boost::asio::io_context& io, const std::string& fanName,
|