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()
331 std::vector<NumericThresholdParams> parsedParams; in parseNumericThresholds()
778 const std::vector<NumericThresholdParams>* numericParams = in getNumericThresholds()
779 std::get_if<std::vector<NumericThresholdParams>>(&thresholdParams); in getNumericThresholds()