Home
last modified time | relevance | path

Searched refs:Threshold (Results 1 – 25 of 105) sorted by relevance

12345

/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Sensor/Threshold/
H A Dmeson.build8 sdbusplus_current_path = 'xyz/openbmc_project/Sensor/Threshold'
13 '../../../../../yaml/xyz/openbmc_project/Sensor/Threshold.errors.yaml',
14 '../../../../../yaml/xyz/openbmc_project/Sensor/Threshold.events.yaml',
28 'xyz/openbmc_project/Sensor/Threshold',
41 'xyz/openbmc_project/Sensor/Threshold/Critical__markdown'.underscorify(),
43 '../../../../../yaml/xyz/openbmc_project/Sensor/Threshold/Critical.interface.yaml',
57 'xyz/openbmc_project/Sensor/Threshold/Critical',
65 'xyz/openbmc_project/Sensor/Threshold/HardShutdown__markdown'.underscorify(),
67 '../../../../../yaml/xyz/openbmc_project/Sensor/Threshold/HardShutdown.interface.yaml',
81 'xyz/openbmc_project/Sensor/Threshold/HardShutdown',
[all …]
/openbmc/openbmc-test-automation/ipmi/
H A Dtest_ipmi_cold_reset.robot68 Verify Cold Reset Impact On Sensor Threshold Via IPMI
77 ${sensor_name} ${sensor_threshold}= Get The Sensor Name And Threshold ${sensor_list}
84 # Modify Default Threshold Value For An Sensor To Set An New Threshold Value
85 ${new_settable_threshold_value}= Modify Default Sensor Threshold Value ${old_threshold_value}
88 …${new_threshold_value}= Set And Get Sensor Threshold For given Sensor ${sensor_name} ${random_t…
105 …${threshold_value_after_reset}= Getting Sensor Threshold Value Based On Threshold Key ${random_t…
121 Get The Sensor Name And Threshold
145 …${random_sensor} ${sensor_threshold}= Selecting Random Sensor Name And Threshold Value ${tmp_li…
153 Selecting Random Sensor Name And Threshold Value
154 [Documentation] Select Random Sensor Name And Threshold Values.
[all …]
/openbmc/dbus-sensors/src/
H A DThresholds.hpp37 struct Threshold struct
39 Threshold( in Threshold() function
52 bool operator==(const Threshold& rhs) const in operator ==() argument
78 bool hasActiveTimer(const Threshold& threshold, bool assert) in hasActiveTimer()
95 void stopTimer(const Threshold& threshold, bool assert) in stopTimer()
114 const Threshold& threshold, bool assert,
123 std::vector<thresholds::Threshold>& thresholdVector,
131 std::vector<thresholds::Threshold>& thresholdVector,
153 const thresholds::Threshold& threshold,
H A DThresholds.cpp58 std::vector<thresholds::Threshold>& thresholdVector, in parseThresholdsFromConfig()
139 const thresholds::Threshold& threshold, in persistThreshold()
244 ChangeParam(Threshold whichThreshold, bool status, double value) : in ChangeParam()
248 Threshold threshold;
339 const Threshold& threshold, bool assert, in startTimer()
489 std::vector<thresholds::Threshold>& thresholdVector, in parseThresholdsFromAttr()
/openbmc/phosphor-virtual-sensor/src/
H A Dthresholds.hpp23 sdbusplus::xyz::openbmc_project::Sensor::Threshold::server;
32 struct Threshold;
97 struct Threshold<WarningObject> : public WarningObject, public Hysteresis struct
102 openbmc_project::sensor::Threshold::ReadingAboveUpperWarningThreshold;
104 openbmc_project::sensor::Threshold::ReadingBelowLowerWarningThreshold;
124 Threshold(sdbusplus::bus_t& bus, const char* path, Unit units) : in Threshold() function
229 struct Threshold<CriticalObject> : public CriticalObject, public Hysteresis struct
249 openbmc_project::sensor::Threshold::ReadingAboveUpperCriticalThreshold;
251 openbmc_project::sensor::Threshold::ReadingBelowLowerCriticalThreshold;
258 Threshold(sdbusplus::bus_t& bus, const char* path, Unit units) : in Threshold() argument
[all …]
H A DvirtualSensor.hpp171 std::unique_ptr<Threshold<CriticalObject>> criticalIface;
173 std::unique_ptr<Threshold<WarningObject>> warningIface;
175 std::unique_ptr<Threshold<SoftShutdownObject>> softShutdownIface;
177 std::unique_ptr<Threshold<HardShutdownObject>> hardShutdownIface;
179 std::unique_ptr<Threshold<PerformanceLossObject>> perfLossIface;
/openbmc/dbus-sensors/src/nvidia-gpu/
H A DNvidiaGpuDevice.cpp72 objectServer, std::vector<thresholds::Threshold>{}); in makeSensors()
77 std::vector<thresholds::Threshold>{thresholds::Threshold{ in makeSensors()
82 objectServer, std::vector<thresholds::Threshold>{}); in makeSensors()
90 objectServer, std::vector<thresholds::Threshold>{}); in makeSensors()
94 objectServer, std::vector<thresholds::Threshold>{}); in makeSensors()
181 std::vector<thresholds::Threshold> tLimitThresholds{}; in processTLimitThresholds()
185 thresholds::Threshold{thresholds::Level::WARNING, in processTLimitThresholds()
188 thresholds::Threshold{thresholds::Level::CRITICAL, in processTLimitThresholds()
191 thresholds::Threshold{thresholds::Level::HARDSHUTDOWN, in processTLimitThresholds()
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Sensor/Threshold/HardShutdown/
H A Dmeson.build3 sdbusplus_current_path = 'xyz/openbmc_project/Sensor/Threshold/HardShutdown'
6 'xyz/openbmc_project/Sensor/Threshold/HardShutdown__cpp'.underscorify(),
8 '../../../../../../yaml/xyz/openbmc_project/Sensor/Threshold/HardShutdown.interface.yaml',
28 'xyz/openbmc_project/Sensor/Threshold/HardShutdown',
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Sensor/Threshold/Warning/
H A Dmeson.build3 sdbusplus_current_path = 'xyz/openbmc_project/Sensor/Threshold/Warning'
6 'xyz/openbmc_project/Sensor/Threshold/Warning__cpp'.underscorify(),
8 '../../../../../../yaml/xyz/openbmc_project/Sensor/Threshold/Warning.interface.yaml',
28 'xyz/openbmc_project/Sensor/Threshold/Warning',
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Sensor/Threshold/PerformanceLoss/
H A Dmeson.build3 sdbusplus_current_path = 'xyz/openbmc_project/Sensor/Threshold/PerformanceLoss'
6 'xyz/openbmc_project/Sensor/Threshold/PerformanceLoss__cpp'.underscorify(),
8 … '../../../../../../yaml/xyz/openbmc_project/Sensor/Threshold/PerformanceLoss.interface.yaml',
28 'xyz/openbmc_project/Sensor/Threshold/PerformanceLoss',
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Sensor/Threshold/Critical/
H A Dmeson.build3 sdbusplus_current_path = 'xyz/openbmc_project/Sensor/Threshold/Critical'
6 'xyz/openbmc_project/Sensor/Threshold/Critical__cpp'.underscorify(),
8 '../../../../../../yaml/xyz/openbmc_project/Sensor/Threshold/Critical.interface.yaml',
28 'xyz/openbmc_project/Sensor/Threshold/Critical',
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Sensor/Threshold/SoftShutdown/
H A Dmeson.build3 sdbusplus_current_path = 'xyz/openbmc_project/Sensor/Threshold/SoftShutdown'
6 'xyz/openbmc_project/Sensor/Threshold/SoftShutdown__cpp'.underscorify(),
8 '../../../../../../yaml/xyz/openbmc_project/Sensor/Threshold/SoftShutdown.interface.yaml',
28 'xyz/openbmc_project/Sensor/Threshold/SoftShutdown',
/openbmc/phosphor-fan-presence/docs/sensor-monitor/
H A DREADME.md10 `xyz.openbmc_project.Sensor.Threshold.HardShutdown` and
11 `xyz.openbmc_project.Sensor.Threshold.SoftShutdown` D-Bus interfaces for the
24 - `xyz.openbmc_project.Sensor.Threshold.Warning`
25 - `xyz.openbmc_project.Sensor.Threshold.Critical`
26 - `xyz.openbmc_project.Sensor.Threshold.PerformanceLoss`
/openbmc/phosphor-health-monitor/
H A Dhealth_metric_config.hpp16 sdbusplus::server::xyz::openbmc_project::common::Threshold;
51 struct Threshold struct
59 Threshold>;
79 Threshold::map_t thresholds{};
H A Dhealth_metric_config.cpp66 void from_json(const json& j, Threshold& self) in from_json()
70 self.target = j.value("Target", Threshold::defaults::target); in from_json()
96 auto config = value.template get<Threshold>(); in from_json()
198 "Threshold": {
218 "Threshold": {
229 "Threshold": {
241 "Threshold": {
251 "Threshold": {
/openbmc/telemetry/src/
H A Dtrigger_factory.hpp36 std::vector<std::shared_ptr<interfaces::Threshold>>& currentThresholds,
60 std::vector<std::shared_ptr<interfaces::Threshold>>& currentThresholds,
68 std::vector<std::shared_ptr<interfaces::Threshold>>& currentThresholds,
76 std::vector<std::shared_ptr<interfaces::Threshold>>& thresholds,
84 std::vector<std::shared_ptr<interfaces::Threshold>>& thresholds,
92 std::vector<std::shared_ptr<interfaces::Threshold>>& thresholds,
H A Dtrigger_factory.cpp24 std::vector<std::shared_ptr<interfaces::Threshold>>& currentThresholds, in updateDiscreteThresholds()
32 std::vector<std::shared_ptr<interfaces::Threshold>> newThresholds; in updateDiscreteThresholds()
90 std::vector<std::shared_ptr<interfaces::Threshold>>& currentThresholds, in updateNumericThresholds()
98 std::vector<std::shared_ptr<interfaces::Threshold>> newThresholds; in updateNumericThresholds()
125 std::vector<std::shared_ptr<interfaces::Threshold>>& currentThresholds, in updateThresholds()
153 std::vector<std::shared_ptr<interfaces::Threshold>>& thresholds, in makeDiscreteThreshold()
178 std::vector<std::shared_ptr<interfaces::Threshold>>& thresholds, in makeNumericThreshold()
201 std::vector<std::shared_ptr<interfaces::Threshold>>& thresholds, in makeOnChangeThreshold()
230 std::vector<std::shared_ptr<interfaces::Threshold>> thresholds; in make()
H A Dtrigger.hpp25 std::vector<std::shared_ptr<interfaces::Threshold>>&& thresholds,
62 std::vector<std::shared_ptr<interfaces::Threshold>> thresholds;
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Sensor/
H A Dmeson.build5 subdir('Threshold') subdir
107 '../../../../yaml/xyz/openbmc_project/Sensor/Threshold.errors.yaml',
108 '../../../../yaml/xyz/openbmc_project/Sensor/Threshold.events.yaml',
110 output: ['Threshold.md'],
122 'xyz/openbmc_project/Sensor/Threshold',
131 input: ['../../../../yaml/xyz/openbmc_project/Sensor/Threshold.events.yaml'],
132 output: ['Threshold.json'],
144 'xyz/openbmc_project/Sensor/Threshold',
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Common/Threshold/
H A Dmeson.build3 sdbusplus_current_path = 'xyz/openbmc_project/Common/Threshold'
8 '../../../../../yaml/xyz/openbmc_project/Common/Threshold.interface.yaml',
28 'xyz/openbmc_project/Common/Threshold',
/openbmc/telemetry/src/interfaces/
H A Dthreshold.hpp9 class Threshold class
12 virtual ~Threshold() = default;
/openbmc/telemetry/tests/src/mocks/
H A Dthreshold_mock.hpp12 public interfaces::Threshold,
23 static std::vector<std::shared_ptr<interfaces::Threshold>> makeThresholds( in makeThresholds()
61 return utils::convContainer<std::shared_ptr<interfaces::Threshold>>( in makeThresholds()
/openbmc/u-boot/doc/
H A DREADME.mpc83xx.ddrecc52 Single-Bit Error Threshold: 255
62 Counter did not reach Single-Bit Error Threshold.
119 Test Single-Bit Error Counter and Threshold
142 Single-Bit Error Threshold: 255
152 reached Single-Bit Error Threshold. Multiple Memory Errors bit is also 'on', that
153 is Counter reached Threshold more than one time (it wraps back after reaching
154 Threshold).
/openbmc/phosphor-hwmon/
H A Dinterface.hpp19 sdbusplus::xyz::openbmc_project::Sensor::Threshold::server::Warning;
22 sdbusplus::xyz::openbmc_project::Sensor::Threshold::server::Critical;
/openbmc/dbus-sensors/src/exit-air/
H A DExitAirTempSensor.hpp33 std::vector<thresholds::Threshold>&& thresholdData,
71 std::vector<thresholds::Threshold>&& thresholdData);

12345