Home
last modified time | relevance | path

Searched refs:ThresholdValue (Results 1 – 9 of 9) sorted by relevance

/openbmc/telemetry/tests/src/
H A Dtest_numeric_threshold.cpp383 .ThresholdValue(90.0)
390 .ThresholdValue(90.0)
397 .ThresholdValue(90.0)
404 .ThresholdValue(90.0)
411 .ThresholdValue(90.0)
418 .ThresholdValue(90.0)
425 .ThresholdValue(90.0)
432 .ThresholdValue(90.0)
439 .ThresholdValue(90.0)
446 .ThresholdValue(90.0)
[all …]
H A Dtest_discrete_threshold.cpp166 DiscreteParams& ThresholdValue(std::string val) in ThresholdValue() function
272 .ThresholdValue("90.0")
276 .ThresholdValue("90.0")
280 .ThresholdValue("90.0")
308 .ThresholdValue("90.0")
313 .ThresholdValue("90.0")
318 .ThresholdValue("90.0")
326 .ThresholdValue("90.0")
H A Dtest_trigger.cpp372 EXPECT_THAT(tocheck.at_label<utils::tstring::ThresholdValue>(), in TEST_F()
373 Eq(base.at_label<utils::tstring::ThresholdValue>())); in TEST_F()
398 EXPECT_THAT(tocheck.at_label<utils::tstring::ThresholdValue>(), in TEST_F()
399 Eq(base.at_label<utils::tstring::ThresholdValue>())); in TEST_F()
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Sensor/
H A DThreshold.events.yaml30 - name: ThresholdValue
52 - name: ThresholdValue
74 - name: ThresholdValue
96 - name: ThresholdValue
118 - name: ThresholdValue
140 - name: ThresholdValue
162 - name: ThresholdValue
184 - name: ThresholdValue
206 - name: ThresholdValue
228 - name: ThresholdValue
[all …]
/openbmc/telemetry/src/utils/
H A Dconversion_trigger.cpp53 labeledThresholdParam.at_label<ts::ThresholdValue>()); in operator ()()
66 labeledThresholdParam.at_label<ts::ThresholdValue>()); in operator ()()
107 paramUnpacked->at_label<ts::ThresholdValue>()); in fromLabeledThresholdParam()
126 paramUnpacked->at_label<ts::ThresholdValue>()); in fromLabeledThresholdParam()
H A Dtstring.hpp83 struct ThresholdValue struct
/openbmc/telemetry/src/types/
H A Dtrigger_types.hpp63 utils::tstring::ThresholdValue>;
136 utils::tstring::ThresholdValue>;
/openbmc/telemetry/src/
H A Dtrigger_factory.cpp166 thresholdParam.at_label<ts::ThresholdValue>(); in makeDiscreteThreshold()
190 auto thresholdValue = double{thresholdParam.at_label<ts::ThresholdValue>()}; in makeNumericThreshold()
/openbmc/docs/designs/
H A Dtelemetry.md351 | ThresholdValue | variant | Value of reading that will trigger the threshold …