Home
last modified time | relevance | path

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

/openbmc/openpower-proc-control/extensions/phal/
H A Dcreate_pel.cpp35 constexpr auto loggingInterface = "xyz.openbmc_project.Logging.Create"; variable
108 util::getService(bus, loggingObjectPath, loggingInterface); in createErrorPEL()
111 loggingInterface, "CreateWithFFDCFiles"); in createErrorPEL()
123 loggingObjectPath, loggingInterface, event, e.what()) in createErrorPEL()
230 loggingObjectPath, loggingInterface, e.what()) in createSbeErrorPEL()
257 util::getService(bus, loggingObjectPath, loggingInterface); in createPEL()
259 loggingInterface, "Create"); in createPEL()
271 loggingObjectPath, loggingInterface, e.what()) in createPEL()
/openbmc/openpower-debug-collector/dump/
H A Dcreate_pel.cpp32 constexpr auto loggingInterface = "xyz.openbmc_project.Logging.Create"; variable
96 "OBJPATH", loggingObjectPath, "INTERFACE", loggingInterface, in createSbeErrorPEL()