Lines Matching +full:high +full:- +full:threshold
5 #include <xyz/openbmc_project/Sensor/Threshold/Critical/server.hpp>
6 #include <xyz/openbmc_project/Sensor/Threshold/HardShutdown/server.hpp>
7 #include <xyz/openbmc_project/Sensor/Threshold/PerformanceLoss/server.hpp>
8 #include <xyz/openbmc_project/Sensor/Threshold/SoftShutdown/server.hpp>
9 #include <xyz/openbmc_project/Sensor/Threshold/Warning/server.hpp>
20 sdbusplus::xyz::openbmc_project::Sensor::Threshold::server;
28 struct Threshold;
36 return this->highHysteresis; in getHighHysteresis()
41 return this->lowHysteresis; in getLowHysteresis()
46 this->highHysteresis = value; in setHighHysteresis()
51 this->lowHysteresis = value; in setLowHysteresis()
56 struct Threshold<WarningObject> : public WarningObject, public Hysteresis struct
72 * @param[in] bus - Bus to attach to.
73 * @param[in] path - Path to attach at.
75 Threshold(sdbusplus::bus_t& bus, const char* path) : in Threshold() function
79 auto high() in high() function
173 struct Threshold<CriticalObject> : public CriticalObject, public Hysteresis struct
191 * @param[in] bus - Bus to attach to.
192 * @param[in] path - Path to attach at.
194 Threshold(sdbusplus::bus_t& bus, const char* path) : in Threshold() function
198 auto high() in high() function
291 struct Threshold<SoftShutdownObject> : struct
298 auto high() in high() function
345 struct Threshold<HardShutdownObject> : struct
352 auto high() in high() function
399 struct Threshold<PerformanceLossObject> : struct
408 auto high() in high() function