Searched refs:ThresholdAlarmLogger (Results 1 – 4 of 4) sorted by relevance
| /openbmc/phosphor-fan-presence/sensor-monitor/ |
| H A D | threshold_alarm_logger.hpp | 51 class ThresholdAlarmLogger class 54 ThresholdAlarmLogger() = delete; 55 ~ThresholdAlarmLogger() = default; 56 ThresholdAlarmLogger(const ThresholdAlarmLogger&) = delete; 57 ThresholdAlarmLogger& operator=(const ThresholdAlarmLogger&) = delete; 58 ThresholdAlarmLogger(ThresholdAlarmLogger&&) = delete; 59 ThresholdAlarmLogger& operator=(ThresholdAlarmLogger&&) = delete; 69 ThresholdAlarmLogger(sdbusplus::bus_t& bus,
|
| H A D | threshold_alarm_logger.cpp | 88 ThresholdAlarmLogger::ThresholdAlarmLogger( in ThresholdAlarmLogger() function in sensor::monitor::ThresholdAlarmLogger 96 std::bind(&ThresholdAlarmLogger::propertiesChanged, this, in ThresholdAlarmLogger() 103 std::bind(&ThresholdAlarmLogger::propertiesChanged, this, in ThresholdAlarmLogger() 110 std::bind(&ThresholdAlarmLogger::propertiesChanged, this, in ThresholdAlarmLogger() 115 std::bind(&ThresholdAlarmLogger::interfacesRemoved, this, in ThresholdAlarmLogger() 120 std::bind(&ThresholdAlarmLogger::interfacesAdded, this, in ThresholdAlarmLogger() 124 std::bind(&ThresholdAlarmLogger::powerStateChanged, in ThresholdAlarmLogger() 144 void ThresholdAlarmLogger::propertiesChanged(sdbusplus::message_t& msg) in propertiesChanged() 155 void ThresholdAlarmLogger::interfacesRemoved(sdbusplus::message_t& msg) in interfacesRemoved() 172 void ThresholdAlarmLogger::interfacesAdded(sdbusplus::message_t& msg) in interfacesAdded() [all …]
|
| H A D | main.cpp | 41 ThresholdAlarmLogger logger{bus, powerState}; in main()
|
| /openbmc/phosphor-fan-presence/docs/sensor-monitor/ |
| H A D | README.md | 19 ### ThresholdAlarmLogger subsection
|