Searched refs:modeList (Results 1 – 2 of 2) sorted by relevance
2106 nlohmann::json::array_t modeList; in afterGetPowerMode() local2109 modeList.emplace_back("Static"); in afterGetPowerMode()2110 modeList.emplace_back("MaximumPerformance"); in afterGetPowerMode()2111 modeList.emplace_back("PowerSaving"); in afterGetPowerMode()2124 modeList.emplace_back(modeValue); in afterGetPowerMode()2127 asyncResp->res.jsonValue["PowerMode@Redfish.AllowableValues"] = modeList; in afterGetPowerMode()
1379 auto modeList = std::get<std::vector<std::string>>(custList->second); in getSupportedModes() local1380 for (auto mode : modeList) in getSupportedModes()