Lines Matching refs:jsonValue

78             asyncResp->res.jsonValue["UUID"] = property;  in getProcessorUUID()
89 asyncResp->res.jsonValue["Status"]["State"] = resource::State::Enabled; in getCpuDataByInterface()
90 asyncResp->res.jsonValue["Status"]["Health"] = resource::Health::OK; in getCpuDataByInterface()
108 asyncResp->res.jsonValue["Status"]["State"] = in getCpuDataByInterface()
122 asyncResp->res.jsonValue["Status"]["Health"] = in getCpuDataByInterface()
135 asyncResp->res.jsonValue["TotalCores"] = *coresCount; in getCpuDataByInterface()
142 asyncResp->res.jsonValue["MaxSpeedMHz"] = *value; in getCpuDataByInterface()
151 asyncResp->res.jsonValue["Socket"] = *value; in getCpuDataByInterface()
159 asyncResp->res.jsonValue["TotalThreads"] = *value; in getCpuDataByInterface()
167 asyncResp->res.jsonValue["ProcessorId"]["EffectiveFamily"] = in getCpuDataByInterface()
181 asyncResp->res.jsonValue["ProcessorId"]["EffectiveModel"] = in getCpuDataByInterface()
191 .jsonValue["ProcessorId"]["IdentificationRegisters"] = in getCpuDataByInterface()
205 asyncResp->res.jsonValue["ProcessorId"]["MicrocodeInfo"] = in getCpuDataByInterface()
219 asyncResp->res.jsonValue["ProcessorId"]["Step"] = in getCpuDataByInterface()
245 asyncResp->res.jsonValue["Id"] = cpuId; in getCpuDataByService()
246 asyncResp->res.jsonValue["Name"] = "Processor"; in getCpuDataByService()
247 asyncResp->res.jsonValue["ProcessorType"] = in getCpuDataByService()
323 asyncResp->res.jsonValue["Throttled"] = *status; in readThrottleProperties()
336 asyncResp->res.jsonValue["ThrottleCauses"] = std::move(rCauses); in readThrottleProperties()
389 asyncResp->res.jsonValue["SerialNumber"] = *serialNumber; in getCpuAssetData()
394 asyncResp->res.jsonValue["Model"] = *model; in getCpuAssetData()
399 asyncResp->res.jsonValue["Manufacturer"] = *manufacturer; in getCpuAssetData()
404 asyncResp->res.jsonValue["ProcessorArchitecture"] = "x86"; in getCpuAssetData()
405 asyncResp->res.jsonValue["InstructionSet"] = "x86-64"; in getCpuAssetData()
409 asyncResp->res.jsonValue["ProcessorArchitecture"] = "Power"; in getCpuAssetData()
410 asyncResp->res.jsonValue["InstructionSet"] = "PowerISA"; in getCpuAssetData()
416 asyncResp->res.jsonValue["PartNumber"] = *partNumber; in getCpuAssetData()
421 asyncResp->res.jsonValue["SparePartNumber"] = *sparePartNumber; in getCpuAssetData()
457 asyncResp->res.jsonValue["Version"] = *version; in getCpuRevisionData()
508 asyncResp->res.jsonValue["Id"] = acclrtrId; in getAcceleratorDataByService()
509 asyncResp->res.jsonValue["Name"] = "Processor"; in getAcceleratorDataByService()
510 asyncResp->res.jsonValue["Status"]["State"] = state; in getAcceleratorDataByService()
511 asyncResp->res.jsonValue["Status"]["Health"] = health; in getAcceleratorDataByService()
512 asyncResp->res.jsonValue["ProcessorType"] = in getAcceleratorDataByService()
553 nlohmann::json& jsonCoreIds = asyncResp->res.jsonValue["HighSpeedCoreIDs"]; in highSpeedCoreIdsHandler()
594 nlohmann::json& json = asyncResp->res.jsonValue; in getCpuConfigData()
696 .jsonValue["Location"]["PartLocation"]["ServiceLabel"] = in getCpuLocationCode()
727 .jsonValue["ProcessorId"]["ProtectedIdentificationNumber"] = id; in getCpuUniqueId()
915 nlohmann::json& json = asyncResp->res.jsonValue; in getOperatingConfigData()
1096 asyncResp->res.jsonValue["@odata.type"] = in requestRoutesOperatingConfigCollection()
1098 asyncResp->res.jsonValue["@odata.id"] = boost::urls::format( in requestRoutesOperatingConfigCollection()
1101 asyncResp->res.jsonValue["Name"] = "Operating Config Collection"; in requestRoutesOperatingConfigCollection()
1206 nlohmann::json& json = asyncResp->res.jsonValue; in requestRoutesOperatingConfig()
1269 asyncResp->res.jsonValue["@odata.type"] = in requestRoutesProcessorCollection()
1271 asyncResp->res.jsonValue["Name"] = "Processor Collection"; in requestRoutesProcessorCollection()
1273 asyncResp->res.jsonValue["@odata.id"] = in requestRoutesProcessorCollection()
1325 asyncResp->res.jsonValue["@odata.type"] = in requestRoutesProcessor()
1327 asyncResp->res.jsonValue["@odata.id"] = boost::urls::format( in requestRoutesProcessor()