Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/lib/
H A Dprocessor.hpp572 auto highPriorityGroup = baseSpeedSettings.cend(); in highSpeedCoreIdsHandler() local
581 highPriorityGroup = it; in highSpeedCoreIdsHandler()
590 if (highPriorityGroup != baseSpeedSettings.cend()) in highSpeedCoreIdsHandler()
592 jsonCoreIds = std::get<std::vector<uint32_t>>(*highPriorityGroup); in highSpeedCoreIdsHandler()