Home
last modified time | relevance | path

Searched refs:LoggingCreate (Results 1 – 5 of 5) sorted by relevance

/openbmc/phosphor-state-manager/
H A Dhost_reset_recovery.cpp29 using LoggingCreate = typedef
90 auto method = bus.new_method_call(LoggingCreate::default_service, in createErrorLog()
91 LoggingCreate::instance_path, in createErrorLog()
92 LoggingCreate::interface, "Create"); in createErrorLog()
101 "ERROR", e, "OBJPATH", LoggingCreate::instance_path, "INTERFACE", in createErrorLog()
102 LoggingCreate::interface); in createErrorLog()
H A Dsystemd_target_signal.cpp25 using LoggingCreate = typedef
58 LoggingCreate::default_service, LoggingCreate::instance_path, in logError()
59 LoggingCreate::interface, "Create"); in logError()
H A Dutils.cpp182 using LoggingCreate = in createError() typedef
185 auto method = bus.new_method_call(LoggingCreate::default_service, in createError()
186 LoggingCreate::instance_path, in createError()
187 LoggingCreate::interface, "Create"); in createError()
/openbmc/phosphor-power/tools/power-utils/
H A Dupdater.cpp398 using LoggingCreate = in createServiceableEventLog() typedef
404 auto method = bus.new_method_call(LoggingCreate::default_service, in createServiceableEventLog()
405 LoggingCreate::instance_path, in createServiceableEventLog()
406 LoggingCreate::interface, "Create"); in createServiceableEventLog()
/openbmc/pldm/common/
H A Dutils.cpp302 using LoggingCreate = in reportError()
311 auto method = bus.new_method_call(LoggingCreate::default_service, in reportError()
312 LoggingCreate::instance_path, in reportError()
313 LoggingCreate::interface, "Create"); in reportError()
323 "ERRMSG", errorMsg, "PATH", LoggingCreate::instance_path, in reportError()
324 "INTERFACE", LoggingCreate::interface, "ERROR", e); in reportError()
304 using LoggingCreate = reportError() typedef