Home
last modified time | relevance | path

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

/openbmc/pldm/oem/ampere/event/
H A Dcper.hpp16 constexpr auto logIntf = "xyz.openbmc_project.Logging.IPMI"; variable
H A Dcper.cpp242 bus.new_method_call(logBusName, logPath, logIntf, "IpmiSelAddOem"); in addCperSELLog()
/openbmc/phosphor-led-manager/fault-monitor/
H A Dfru-fault-monitor.cpp27 static constexpr auto logIntf = "xyz.openbmc_project.Logging.Entry"; variable
188 mapperCall.append(std::vector<Interface>({logIntf})); in getLoggingSubTree()
/openbmc/phosphor-host-ipmid/
H A Dselutility.hpp24 static constexpr auto logIntf = "xyz.openbmc_project.Collection.DeleteAll"; variable
H A Dstoragehandler.cpp509 auto service = ipmi::getService(bus, ipmi::sel::logIntf, ipmi::sel::logObj); in clearSEL()
512 ipmi::sel::logIntf, ipmi::sel::logDeleteAllMethod); in clearSEL()