Home
last modified time | relevance | path

Searched refs:calloutLists (Results 1 – 1 of 1) sorted by relevance

/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dregistry.cpp387 nlohmann::json& calloutLists) in findCalloutList() argument
405 calloutLists.insert(calloutLists.end(), in findCalloutList()
423 calloutLists.insert(calloutLists.end(), in findCalloutList()
434 calloutLists.insert(calloutLists.end(), in findCalloutList()
439 if (calloutLists.empty()) in findCalloutList()
557 nlohmann::json calloutLists = nlohmann::json::array(); in getCalloutsWithoutAD() local
560 findCalloutList(json, systemNames, calloutLists); in getCalloutsWithoutAD()
563 for (const auto& callout : calloutLists) in getCalloutsWithoutAD()