Home
last modified time | relevance | path

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

/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dsrc.hpp594 * @param[in] mruJSON - The JSON array
597 const nlohmann::json& mruJSON);
H A Dsrc.cpp1470 const nlohmann::json& mruJSON) in getSrcStruct()
1481 if (!mruJSON.is_array()) in getSrcStruct()
1487 for (const auto& mruCallout : mruJSON) in getSrcStruct()
1428 getMRUsFromJSON(const nlohmann::json & mruJSON) getMRUsFromJSON() argument