Lines Matching refs:jsonCalloutData

395                      json jsonCalloutData;  in processClockInfoErrorHelper()  local
397 jsonCalloutData["Priority"] = pelPriority; // Not used in processClockInfoErrorHelper()
398 jsonCalloutData["SymbolicFRU"] = in processClockInfoErrorHelper()
400 jsonCalloutData["Deconfigured"] = cdg_tgt.deconfigure; in processClockInfoErrorHelper()
401 jsonCalloutData["EntityPath"] = cdg_tgt.target_entity_path; in processClockInfoErrorHelper()
402 jsonCalloutDataList.emplace_back(jsonCalloutData); in processClockInfoErrorHelper()
478 json jsonCalloutData; in addPlanarCallout() local
481 jsonCalloutData["InventoryPath"] = in addPlanarCallout()
483 jsonCalloutData["Deconfigured"] = false; in addPlanarCallout()
484 jsonCalloutData["Guarded"] = false; in addPlanarCallout()
485 jsonCalloutData["Priority"] = priority; in addPlanarCallout()
487 jsonCalloutDataList.emplace_back(jsonCalloutData); in addPlanarCallout()
704 json jsonCalloutData; in processBootErrorHelper() local
705 jsonCalloutData["LocationCode"] = locationCode; in processBootErrorHelper()
708 jsonCalloutData["Priority"] = pelPriority; in processBootErrorHelper()
712 jsonCalloutData["MRUs"] = json::array({ in processBootErrorHelper()
717 jsonCalloutData["Deconfigured"] = cdg_tgt.deconfigure; in processBootErrorHelper()
718 jsonCalloutData["Guarded"] = cdg_tgt.guard; in processBootErrorHelper()
719 jsonCalloutData["GuardType"] = cdg_tgt.guard_type; in processBootErrorHelper()
720 jsonCalloutData["EntityPath"] = cdg_tgt.target_entity_path; in processBootErrorHelper()
722 jsonCalloutDataList.emplace_back(jsonCalloutData); in processBootErrorHelper()
744 json jsonCalloutData; in processBootErrorHelper() local
745 jsonCalloutData["Procedure"] = procCallout.proc_callout; in processBootErrorHelper()
748 jsonCalloutData["Priority"] = pelPriority; in processBootErrorHelper()
749 jsonCalloutDataList.emplace_back(jsonCalloutData); in processBootErrorHelper()
897 json jsonCalloutData; in processSbeBootError() local
898 jsonCalloutData["Procedure"] = "BMC0001"; in processSbeBootError()
899 jsonCalloutData["Priority"] = "H"; in processSbeBootError()
900 jsonCalloutDataList.emplace_back(jsonCalloutData); in processSbeBootError()