Searched refs:jsonDimmCallout (Results 1 – 1 of 1) sorted by relevance
| /openbmc/phosphor-logging/test/openpower-pels/ |
| H A D | pel_manager_test.cpp | 1193 json jsonDimmCallout; in createHWIsolatedCalloutFile() local 1195 jsonDimmCallout["LocationCode"] = "Ufcs-DIMM0"; in createHWIsolatedCalloutFile() 1196 jsonDimmCallout["EntityPath"] = {35, 1, 0, 2, 0, 3, 0, 0, 0, 0, 0, in createHWIsolatedCalloutFile() 1198 jsonDimmCallout["GuardType"] = "GARD_Predictive"; in createHWIsolatedCalloutFile() 1199 jsonDimmCallout["Deconfigured"] = false; in createHWIsolatedCalloutFile() 1200 jsonDimmCallout["Guarded"] = true; in createHWIsolatedCalloutFile() 1201 jsonDimmCallout["Priority"] = "M"; in createHWIsolatedCalloutFile() 1202 jsonCalloutDataList.emplace_back(std::move(jsonDimmCallout)); in createHWIsolatedCalloutFile()
|