Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/lib/
H A Dtrigger.hpp772 const std::vector<NumericThresholdParams>* numericParams = in getNumericThresholds() local
775 if (numericParams == nullptr) in getNumericThresholds()
780 for (const auto& [type, dwellTime, activation, reading] : *numericParams) in getNumericThresholds()