Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/lib/
H A Dprocessor.hpp590 nlohmann::json& jsonCoreIds = asyncResp->res.jsonValue["HighSpeedCoreIDs"]; in highSpeedCoreIdsHandler() local
591 jsonCoreIds = nlohmann::json::array(); in highSpeedCoreIdsHandler()
597 jsonCoreIds = std::get<std::vector<uint32_t>>(*highPriorityGroup); in highSpeedCoreIdsHandler()