Searched refs:modeList (Results 1 – 2 of 2) sorted by relevance
2104 nlohmann::json::array_t modeList; in afterGetPowerMode() local2107 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()
1371 auto modeList = std::get<std::vector<std::string>>(custList->second); in getSupportedModes() local1372 for (auto mode : modeList) in getSupportedModes()