Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/lib/
H A Dprocessor.hpp354 nlohmann::json::array_t rCauses; in readThrottleProperties() local
364 rCauses.emplace_back(rfCause); in readThrottleProperties()
366 asyncResp->res.jsonValue["ThrottleCauses"] = std::move(rCauses); in readThrottleProperties()