Searched refs:jsonCalloutData (Results 1 – 5 of 5) sorted by relevance
228 json jsonCalloutData; in addPlanarCallout() local231 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() local292 jsonCalloutData["Priority"] = pelPriority; // Not used in processClockInfoErrorHelper()293 jsonCalloutData["SymbolicFRU"] = in processClockInfoErrorHelper()295 jsonCalloutData["Deconfigured"] = cdg_tgt.deconfigure; in processClockInfoErrorHelper()[all …]
395 json jsonCalloutData; in processClockInfoErrorHelper() local397 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() local481 jsonCalloutData["InventoryPath"] = in addPlanarCallout()483 jsonCalloutData["Deconfigured"] = false; in addPlanarCallout()484 jsonCalloutData["Guarded"] = false; in addPlanarCallout()[all …]
223 json jsonCalloutData; in reinitDevtree() local224 jsonCalloutData["Procedure"] = "BMC0001"; in reinitDevtree()225 jsonCalloutData["Priority"] = "M"; in reinitDevtree()226 jsonCalloutDataList.emplace_back(jsonCalloutData); in reinitDevtree()263 json jsonCalloutData; in reinitDevtree() local264 jsonCalloutData["Procedure"] = "BMC0001"; in reinitDevtree()265 jsonCalloutData["Priority"] = "H"; in reinitDevtree()266 jsonCalloutDataList.emplace_back(jsonCalloutData); in reinitDevtree()
140 json jsonCalloutData; in threadStopAll() local141 jsonCalloutData["Procedure"] = "BMC0001"; in threadStopAll()142 jsonCalloutData["Priority"] = "H"; in threadStopAll()143 jsonCalloutDataList.emplace_back(jsonCalloutData); in threadStopAll()
195 json jsonCalloutData; in createPELForHwIsolationSettingsErr() local196 jsonCalloutData["Procedure"] = procedureCode; in createPELForHwIsolationSettingsErr()197 jsonCalloutData["Priority"] = priority; in createPELForHwIsolationSettingsErr()198 jsonCalloutDataList.emplace_back(jsonCalloutData); in createPELForHwIsolationSettingsErr()