Home
last modified time | relevance | path

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

/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dpel_entry.hpp12 class PELEntry : public PELEntryIface class
15 PELEntry() = delete;
16 PELEntry(const PELEntry&) = delete;
17 PELEntry& operator=(const PELEntry&) = delete;
18 PELEntry(PELEntry&&) = delete;
19 PELEntry& operator=(PELEntry&&) = delete;
20 virtual ~PELEntry() = default;
32 PELEntry(sdbusplus::bus_t& bus, const std::string& path, in PELEntry() function in openpower::pels::PELEntry
H A Dpel_entry.cpp12 bool PELEntry::managementSystemAck(bool value) in managementSystemAck()
H A Dmanager.cpp973 // Path to create PELEntry Interface is same as PEL in createPELEntry()
975 // Create Interface for PELEntry and set properties in createPELEntry()
976 auto pelEntry = std::make_unique<PELEntry>(_logManager.getBus(), path, in createPELEntry()