Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/lib/
H A Dsystems.hpp173 uint64_t* coreCountJsonPtr = coreCountJson.get_ptr<uint64_t*>(); in getProcessorProperties() local
175 if (coreCountJsonPtr == nullptr) in getProcessorProperties()
181 *coreCountJsonPtr += *coreCount; in getProcessorProperties()