Searched refs:opLoggingInterface (Results 1 – 4 of 4) sorted by relevance
/openbmc/openpower-occ-control/ |
H A D | occ_ffdc.cpp | 29 static constexpr auto opLoggingInterface = "org.open_power.Logging.PEL"; variable 70 utils::getService(loggingObjectPath, opLoggingInterface); in createPEL() 73 opLoggingInterface, "CreatePELWithFFDCFiles"); in createPEL() 130 utils::getService(loggingObjectPath, opLoggingInterface); in createOCCResetPEL() 133 opLoggingInterface, "CreatePELWithFFDCFiles"); in createOCCResetPEL()
|
H A D | occ_manager.cpp | 1535 static constexpr auto opLoggingInterface = "org.open_power.Logging.PEL"; in createPldmSensorPEL() local 1537 utils::getService(loggingObjectPath, opLoggingInterface); in createPldmSensorPEL() 1540 opLoggingInterface, "CreatePELWithFFDCFiles"); in createPldmSensorPEL()
|
/openbmc/openpower-debug-collector/dump/ |
H A D | create_pel.cpp | 33 constexpr auto opLoggingInterface = "org.open_power.Logging.PEL"; variable 74 util::getService(bus, opLoggingInterface, loggingObjectPath); in createSbeErrorPEL() 77 opLoggingInterface, "CreatePELWithFFDCFiles"); in createSbeErrorPEL()
|
/openbmc/openpower-proc-control/extensions/phal/ |
H A D | create_pel.cpp | 36 constexpr auto opLoggingInterface = "org.open_power.Logging.PEL"; variable 208 util::getService(bus, loggingObjectPath, opLoggingInterface); in createSbeErrorPEL() 211 opLoggingInterface, "CreatePELWithFFDCFiles"); in createSbeErrorPEL()
|