Home
last modified time | relevance | path

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

/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dsrc.hpp576 CalloutPriority getPriorityFromJSON(const nlohmann::json& json);
H A Dsrc.cpp1268 auto priority = getPriorityFromJSON(jsonCallout); in addJSONCallout()
1401 CalloutPriority SRC::getPriorityFromJSON(const nlohmann::json& json) in getPriorityFromJSON() function in openpower::pels::SRC
1449 auto priority = getPriorityFromJSON(mruCallout); in getMRUsFromJSON()