Home
last modified time | relevance | path

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

/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dpel_entry.hpp9 using PELEntryIface = sdbusplus::server::org::open_power::logging::pel::Entry; typedef
10 using PropertiesVariant = PELEntryIface::PropertiesVariant;
12 class PELEntry : public PELEntryIface
35 PELEntryIface(bus, path.c_str(), prop, true), _obmcId(id), _repo(repo) in PELEntry()