Searched refs:loggingInterface (Results 1 – 2 of 2) sorted by relevance
/openbmc/openpower-proc-control/extensions/phal/ |
H A D | create_pel.cpp | 35 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 D | create_pel.cpp | 32 constexpr auto loggingInterface = "xyz.openbmc_project.Logging.Create"; variable 96 "OBJPATH", loggingObjectPath, "INTERFACE", loggingInterface, in createSbeErrorPEL()
|