Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/lib/
H A Dsystems.hpp2104 nlohmann::json::array_t modeList; in afterGetPowerMode() local
2107 modeList.emplace_back("Static"); in afterGetPowerMode()
2108 modeList.emplace_back("MaximumPerformance"); in afterGetPowerMode()
2109 modeList.emplace_back("PowerSaving"); in afterGetPowerMode()
2122 modeList.emplace_back(modeValue); in afterGetPowerMode()
2125 asyncResp->res.jsonValue["PowerMode@Redfish.AllowableValues"] = modeList; in afterGetPowerMode()
/openbmc/openpower-occ-control/
H A Dpowermode.cpp1371 auto modeList = std::get<std::vector<std::string>>(custList->second); in getSupportedModes() local
1372 for (auto mode : modeList) in getSupportedModes()