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