Lines Matching refs:jsonCalloutData

228     json jsonCalloutData;  in addPlanarCallout()  local
231 jsonCalloutData["InventoryPath"] = in addPlanarCallout()
233 jsonCalloutData["Deconfigured"] = false; in addPlanarCallout()
234 jsonCalloutData["Guarded"] = false; in addPlanarCallout()
235 jsonCalloutData["Priority"] = priority; in addPlanarCallout()
237 jsonCalloutDataList.emplace_back(jsonCalloutData); in addPlanarCallout()
290 json jsonCalloutData; in processClockInfoErrorHelper() local
292 jsonCalloutData["Priority"] = pelPriority; // Not used in processClockInfoErrorHelper()
293 jsonCalloutData["SymbolicFRU"] = in processClockInfoErrorHelper()
295 jsonCalloutData["Deconfigured"] = cdg_tgt.deconfigure; in processClockInfoErrorHelper()
296 jsonCalloutData["EntityPath"] = cdg_tgt.target_entity_path; in processClockInfoErrorHelper()
297 pelJSONFmtCalloutDataList.emplace_back(jsonCalloutData); in processClockInfoErrorHelper()
423 json jsonCalloutData; in convertFAPItoPELformat() local
424 jsonCalloutData["LocationCode"] = locationCode; in convertFAPItoPELformat()
427 jsonCalloutData["Priority"] = pelPriority; in convertFAPItoPELformat()
431 jsonCalloutData["MRUs"] = json::array({ in convertFAPItoPELformat()
435 jsonCalloutData["Deconfigured"] = cdg_tgt.deconfigure; in convertFAPItoPELformat()
436 jsonCalloutData["Guarded"] = cdg_tgt.guard; in convertFAPItoPELformat()
437 jsonCalloutData["GuardType"] = cdg_tgt.guard_type; in convertFAPItoPELformat()
438 jsonCalloutData["EntityPath"] = cdg_tgt.target_entity_path; in convertFAPItoPELformat()
440 pelJSONFmtCalloutDataList.emplace_back(jsonCalloutData); in convertFAPItoPELformat()
459 json jsonCalloutData; in convertFAPItoPELformat() local
460 jsonCalloutData["Procedure"] = procCallout.proc_callout; in convertFAPItoPELformat()
463 jsonCalloutData["Priority"] = pelPriority; in convertFAPItoPELformat()
464 pelJSONFmtCalloutDataList.emplace_back(jsonCalloutData); in convertFAPItoPELformat()