Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/lib/
H A Dprocessor.hpp740 const std::string& processorId, in handleProcessorSubtree() argument
757 if (path.filename() == processorId) in handleProcessorSubtree()
779 messages::resourceNotFound(asyncResp->res, "Processor", processorId); in handleProcessorSubtree()
794 const std::string& processorId, in getProcessorObject() argument
814 [asyncResp, processorId, callback{std::move(callback)}]( in getProcessorObject()
817 handleProcessorSubtree(asyncResp, processorId, callback, ec, in getProcessorObject()
824 const std::string& processorId, const std::string& objectPath, in getProcessorData() argument
833 BMCWEB_REDFISH_SYSTEM_URI_NAME, processorId); in getProcessorData()
850 getCpuDataByService(asyncResp, processorId, serviceName, in getProcessorData()
856 getAcceleratorDataByService(asyncResp, processorId, serviceName, in getProcessorData()
[all …]