Home
last modified time | relevance | path

Searched refs:thresholdParam (Results 1 – 3 of 3) sorted by relevance

/openbmc/telemetry/src/
H A Dtrigger_factory.cpp158 const discrete::LabeledThresholdParam& thresholdParam) const in makeDiscreteThreshold()
162 const std::string& thresholdName = thresholdParam.at_label<ts::UserId>(); in makeDiscreteThreshold()
163 discrete::Severity severity = thresholdParam.at_label<ts::Severity>(); in makeDiscreteThreshold()
164 auto dwellTime = Milliseconds(thresholdParam.at_label<ts::DwellTime>()); in makeDiscreteThreshold()
166 thresholdParam.at_label<ts::ThresholdValue>(); in makeDiscreteThreshold()
183 const numeric::LabeledThresholdParam& thresholdParam) const in makeNumericThreshold()
187 auto type = thresholdParam.at_label<ts::Type>(); in makeNumericThreshold()
188 auto dwellTime = Milliseconds(thresholdParam.at_label<ts::DwellTime>()); in makeNumericThreshold()
189 auto direction = thresholdParam.at_label<ts::Direction>(); in makeNumericThreshold()
190 auto thresholdValue = double{thresholdParam.at_label<ts::ThresholdValue>()}; in makeNumericThreshold()
H A Dtrigger_factory.hpp81 const discrete::LabeledThresholdParam& thresholdParam) const;
89 const numeric::LabeledThresholdParam& thresholdParam) const;
/openbmc/telemetry/src/utils/
H A Dconversion_trigger.cpp23 return utils::transform(arg, [](const auto& thresholdParam) { in operator ()() argument
25 thresholdParam; in operator ()()
35 return utils::transform(arg, [](const auto& thresholdParam) { in operator ()() argument
37 thresholdParam; in operator ()()