Home
last modified time | relevance | path

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

/openbmc/pldm/oem/ibm/libpldmresponder/
H A Dfile_io_type_pel.cpp98 static constexpr auto logInterface = "org.open_power.Logging.PEL"; in readIntoMemory() local
105 pldm::utils::DBusHandler().getService(logObjPath, logInterface); in readIntoMemory()
107 logInterface, "GetPEL"); in readIntoMemory()
130 static constexpr auto logInterface = "org.open_power.Logging.PEL"; in read() local
136 pldm::utils::DBusHandler().getService(logObjPath, logInterface); in read()
138 logInterface, "GetPEL"); in read()
224 static constexpr auto logInterface = "org.open_power.Logging.PEL"; in fileAck() local
233 pldm::utils::DBusHandler().getService(logObjPath, logInterface); in fileAck()
250 logInterface, "HostAck"); in fileAck()
285 logInterface, "HostReject"); in fileAck()
[all …]
/openbmc/ibm-logging/
H A Dmanager.cpp98 auto logInterface = interfaces.find(LOGGING_IFACE); in createObject() local
99 createPolicyInterface(objectPath, logInterface->second); in createObject()