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.cpp192 ud = util::makeJSONUserDataSection(data); in PEL()
785 std::unique_ptr<UserData> makeJSONUserDataSection(const nlohmann::json& json) in makeJSONUserDataSection() function
829 return makeJSONUserDataSection(json); in makeADUserDataSection()
937 return makeJSONUserDataSection(json); in makeSysInfoUserDataSection()
H A Dpel.hpp464 std::unique_ptr<UserData> makeJSONUserDataSection(const nlohmann::json& json);