Lines Matching refs:callouts
98 nlohmann::json callouts; in PEL() local
110 callouts = getCalloutJSON(ffdcFiles); in PEL()
120 std::make_unique<SRC>(regEntry, additionalData, callouts, dataIface); in PEL()
183 openpower::pels::phal::createServiceActions(callouts, dataIface, plid()); in PEL()
503 nlohmann::json callouts; in getCalloutJSON() local
519 callouts = nlohmann::json::parse(jsonString); in getCalloutJSON()
524 return callouts; in getCalloutJSON()
536 if ((*pSRC)->callouts()) in isHwCalloutPresent()
538 for (auto& i : (*pSRC)->callouts()->callouts()) in isHwCalloutPresent()
739 if (!src->callouts()) in addAdDetailsForDIMMsCallout()
776 auto DIMMsCallouts = src->callouts()->callouts() | in addAdDetailsForDIMMsCallout()