Searched refs:processorId (Results 1 – 1 of 1) sorted by relevance
/openbmc/bmcweb/redfish-core/lib/ |
H A D | processor.hpp | 743 const std::string& processorId, in getProcessorObject() argument 761 [resp, processorId, handler = std::forward<Handler>(handler)]( in getProcessorObject() 773 if (!objectPath.ends_with(processorId)) in getProcessorObject() 806 messages::resourceNotFound(resp->res, "Processor", processorId); in getProcessorObject() 812 const std::string& processorId, const std::string& objectPath, in getProcessorData() argument 830 getCpuDataByService(asyncResp, processorId, serviceName, in getProcessorData() 836 getAcceleratorDataByService(asyncResp, processorId, serviceName, in getProcessorData() 843 getCpuConfigData(asyncResp, processorId, serviceName, in getProcessorData() 985 const std::string& processorId, const std::string& appliedConfigUri, in patchAppliedOperatingConfig() argument 1011 expectedPrefix += processorId; in patchAppliedOperatingConfig() [all …]
|