Home
last modified time | relevance | path

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

/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dpel.cpp182 ud = util::makeJSONUserDataSection(data); in PEL()
728 std::unique_ptr<UserData> makeJSONUserDataSection(const nlohmann::json& json) in makeJSONUserDataSection() function
762 return makeJSONUserDataSection(json); in makeADUserDataSection()
866 return makeJSONUserDataSection(json); in makeSysInfoUserDataSection()
H A Dpel.hpp450 std::unique_ptr<UserData> makeJSONUserDataSection(const nlohmann::json& json);