Home
last modified time | relevance | path

Searched refs:thresholdValueIn (Results 1 – 2 of 2) sorted by relevance

/openbmc/telemetry/src/
H A Ddiscrete_threshold.cpp12 Milliseconds dwellTimeIn, const std::string& thresholdValueIn, in DiscreteThreshold() argument
16 dwellTime(dwellTimeIn), thresholdValue(thresholdValueIn), in DiscreteThreshold()
H A Dnumeric_threshold.cpp10 double thresholdValueIn, numeric::Type typeIn, in NumericThreshold() argument
14 thresholdValue(thresholdValueIn), type(typeIn), clock(std::move(clockIn)) in NumericThreshold()