Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/lib/
H A Dprocessor.hpp110 const bool* cpuFunctional = std::get_if<bool>(&property.second); in getCpuDataByInterface() local
111 if (cpuFunctional == nullptr) in getCpuDataByInterface()
116 if (!*cpuFunctional) in getCpuDataByInterface()