Searched refs:thresholdParam (Results 1 – 3 of 3) sorted by relevance
158 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()
81 const discrete::LabeledThresholdParam& thresholdParam) const;89 const numeric::LabeledThresholdParam& thresholdParam) const;
23 return utils::transform(arg, [](const auto& thresholdParam) { in operator ()() argument25 thresholdParam; in operator ()()35 return utils::transform(arg, [](const auto& thresholdParam) { in operator ()() argument37 thresholdParam; in operator ()()