Home
last modified time | relevance | path

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

/openbmc/telemetry/tests/src/
H A Dtest_numeric_threshold.cpp126 NumericParams& ThresholdValue(double val) in ThresholdValue() function
259 .ThresholdValue(90.0)
265 .ThresholdValue(90.0)
271 .ThresholdValue(90.0)
277 .ThresholdValue(90.0)
283 .ThresholdValue(90.0)
289 .ThresholdValue(90.0)
295 .ThresholdValue(90.0)
301 .ThresholdValue(90.0)
307 .ThresholdValue(90.0)
[all …]
H A Dtest_discrete_threshold.cpp166 DiscreteParams& ThresholdValue(std::string val) in ThresholdValue() function
273 .ThresholdValue("90.0")
277 .ThresholdValue("90.0")
281 .ThresholdValue("90.0")
309 .ThresholdValue("90.0")
314 .ThresholdValue("90.0")
319 .ThresholdValue("90.0")
327 .ThresholdValue("90.0")
H A Dtest_trigger.cpp387 EXPECT_THAT(tocheck.at_label<utils::tstring::ThresholdValue>(), in TEST_F()
388 Eq(base.at_label<utils::tstring::ThresholdValue>())); in TEST_F()
413 EXPECT_THAT(tocheck.at_label<utils::tstring::ThresholdValue>(), in TEST_F()
414 Eq(base.at_label<utils::tstring::ThresholdValue>())); in TEST_F()
/openbmc/telemetry/src/utils/
H A Dconversion_trigger.cpp54 labeledThresholdParam.at_label<ts::ThresholdValue>()); in operator ()()
68 labeledThresholdParam.at_label<ts::ThresholdValue>()); in operator ()()
109 paramUnpacked->at_label<ts::ThresholdValue>()); in fromLabeledThresholdParam()
128 paramUnpacked->at_label<ts::ThresholdValue>()); in fromLabeledThresholdParam()
H A Dtstring.hpp83 struct ThresholdValue struct
/openbmc/telemetry/src/types/
H A Dtrigger_types.hpp59 utils::tstring::ThresholdValue>;
131 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.md353 | ThresholdValue | variant | Value of reading that will trigger the threshold …