Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/lib/
H A Dtrigger.hpp34 using NumericThresholdParams = typedef
41 std::variant<std::vector<NumericThresholdParams>,
45 std::variant<std::monostate, std::vector<NumericThresholdParams>,
277 std::vector<NumericThresholdParams>& parsedParams) in parseThreshold()
328 std::vector<NumericThresholdParams> parsedParams; in parseNumericThresholds()
772 const std::vector<NumericThresholdParams>* numericParams = in getNumericThresholds()
773 std::get_if<std::vector<NumericThresholdParams>>(&thresholdParams); in getNumericThresholds()