Lines Matching refs:jsonValue
79 asyncResp->res.jsonValue["UUID"] = property; in getProcessorUUID()
90 asyncResp->res.jsonValue["Status"]["State"] = resource::State::Enabled; in getCpuDataByInterface()
91 asyncResp->res.jsonValue["Status"]["Health"] = resource::Health::OK; in getCpuDataByInterface()
109 asyncResp->res.jsonValue["Status"]["State"] = in getCpuDataByInterface()
123 asyncResp->res.jsonValue["Status"]["Health"] = in getCpuDataByInterface()
136 asyncResp->res.jsonValue["TotalCores"] = *coresCount; in getCpuDataByInterface()
143 asyncResp->res.jsonValue["MaxSpeedMHz"] = *value; in getCpuDataByInterface()
152 asyncResp->res.jsonValue["Socket"] = *value; in getCpuDataByInterface()
160 asyncResp->res.jsonValue["TotalThreads"] = *value; in getCpuDataByInterface()
168 asyncResp->res.jsonValue["ProcessorId"]["EffectiveFamily"] = in getCpuDataByInterface()
183 asyncResp->res.jsonValue["ProcessorId"]["EffectiveModel"] = in getCpuDataByInterface()
193 .jsonValue["ProcessorId"]["IdentificationRegisters"] = in getCpuDataByInterface()
207 asyncResp->res.jsonValue["ProcessorId"]["MicrocodeInfo"] = in getCpuDataByInterface()
221 asyncResp->res.jsonValue["ProcessorId"]["Step"] = in getCpuDataByInterface()
247 asyncResp->res.jsonValue["Id"] = cpuId; in getCpuDataByService()
248 asyncResp->res.jsonValue["Name"] = "Processor"; in getCpuDataByService()
249 asyncResp->res.jsonValue["ProcessorType"] = in getCpuDataByService()
325 asyncResp->res.jsonValue["Throttled"] = *status; in readThrottleProperties()
338 asyncResp->res.jsonValue["ThrottleCauses"] = std::move(rCauses); in readThrottleProperties()
391 asyncResp->res.jsonValue["SerialNumber"] = *serialNumber; in getCpuAssetData()
396 asyncResp->res.jsonValue["Model"] = *model; in getCpuAssetData()
401 asyncResp->res.jsonValue["Manufacturer"] = *manufacturer; in getCpuAssetData()
406 asyncResp->res.jsonValue["ProcessorArchitecture"] = "x86"; in getCpuAssetData()
407 asyncResp->res.jsonValue["InstructionSet"] = "x86-64"; in getCpuAssetData()
411 asyncResp->res.jsonValue["ProcessorArchitecture"] = "Power"; in getCpuAssetData()
412 asyncResp->res.jsonValue["InstructionSet"] = "PowerISA"; in getCpuAssetData()
416 asyncResp->res.jsonValue["ProcessorArchitecture"] = "ARM"; in getCpuAssetData()
417 asyncResp->res.jsonValue["InstructionSet"] = "ARM-A64"; in getCpuAssetData()
423 asyncResp->res.jsonValue["PartNumber"] = *partNumber; in getCpuAssetData()
428 asyncResp->res.jsonValue["SparePartNumber"] = *sparePartNumber; in getCpuAssetData()
464 asyncResp->res.jsonValue["Version"] = *version; in getCpuRevisionData()
515 asyncResp->res.jsonValue["Id"] = acclrtrId; in getAcceleratorDataByService()
516 asyncResp->res.jsonValue["Name"] = "Processor"; in getAcceleratorDataByService()
517 asyncResp->res.jsonValue["Status"]["State"] = state; in getAcceleratorDataByService()
518 asyncResp->res.jsonValue["Status"]["Health"] = health; in getAcceleratorDataByService()
519 asyncResp->res.jsonValue["ProcessorType"] = in getAcceleratorDataByService()
560 nlohmann::json& jsonCoreIds = asyncResp->res.jsonValue["HighSpeedCoreIDs"]; in highSpeedCoreIdsHandler()
601 nlohmann::json& json = asyncResp->res.jsonValue; in getCpuConfigData()
703 .jsonValue["Location"]["PartLocation"]["ServiceLabel"] = in getCpuLocationCode()
734 .jsonValue["ProcessorId"]["ProtectedIdentificationNumber"] = id; in getCpuUniqueId()
830 asyncResp->res.jsonValue["@odata.type"] = "#Processor.v1_18_0.Processor"; in getProcessorData()
831 asyncResp->res.jsonValue["@odata.id"] = in getProcessorData()
1117 asyncResp->res.jsonValue["@odata.type"] = in handleProcessorCollectionGet()
1119 asyncResp->res.jsonValue["Name"] = "Processor Collection"; in handleProcessorCollectionGet()
1121 asyncResp->res.jsonValue["@odata.id"] = std::format( in handleProcessorCollectionGet()