Home
last modified time | relevance | path

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

/openbmc/phosphor-dbus-monitor/src/
H A Dresolve_errors.cpp29 constexpr auto LOGGING_IFACE = "xyz.openbmc_project.Logging.Entry"; variable
84 busName = SDBusPlus::getBusName(logEntry, LOGGING_IFACE); in resolve()
94 LOGGING_IFACE, RESOLVED_PROPERTY, resolved); in resolve()
/openbmc/ibm-logging/
H A Dmanager.cpp63 auto propertyMap = interfaces.find(LOGGING_IFACE); in createAll()
98 auto logInterface = interfaces.find(LOGGING_IFACE); in createObject()
306 if (interfaces.find(LOGGING_IFACE) != interfaces.end()) in interfaceAdded()
314 auto interface = interfaces.find(LOGGING_IFACE); in getLogTimestamp()
353 auto i = std::find(interfaces.begin(), interfaces.end(), LOGGING_IFACE); in interfaceRemoved()
H A Dconfigure.ac68 AC_DEFINE(LOGGING_IFACE, "xyz.openbmc_project.Logging.Entry", definition
/openbmc/phosphor-power/
H A Dtypes.hpp6 constexpr auto LOGGING_IFACE = "xyz.openbmc_project.Logging.Entry"; variable
/openbmc/witherspoon-pfault-analysis/power-supply/
H A Dpower_supply.cpp45 constexpr auto LOGGING_IFACE = "xyz.openbmc_project.Logging.Entry"; variable
613 util::getService(logEntries[0], LOGGING_IFACE, bus); in resolveError()
624 util::getProperty(LOGGING_IFACE, MESSAGE_PROP, logEntry, in resolveError()
631 util::setProperty(LOGGING_IFACE, RESOLVED_PROP, logEntry, in resolveError()
/openbmc/phosphor-power/power-supply/
H A Dpower_supply.cpp583 util::getService(logEntries[0], LOGGING_IFACE, bus); in resolveError()
594 util::getProperty(LOGGING_IFACE, MESSAGE_PROP, logEntry, in resolveError()
601 util::setProperty(LOGGING_IFACE, RESOLVED_PROP, logEntry, in resolveError()