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
91 LoggingCreate::default_service, LoggingCreate::instance_path, in createErrorLog()
92 LoggingCreate::interface, LoggingCreate::method_names::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
186 LoggingCreate::default_service, LoggingCreate::instance_path, in createError()
187 LoggingCreate::interface, LoggingCreate::method_names::create); in createError()
/openbmc/phosphor-power/tools/power-utils/
H A Dupdater.cpp414 using LoggingCreate = in createServiceableEventLog() typedef
420 auto method = bus.new_method_call(LoggingCreate::default_service, in createServiceableEventLog()
421 LoggingCreate::instance_path, in createServiceableEventLog()
422 LoggingCreate::interface, "Create"); in createServiceableEventLog()
/openbmc/pldm/common/
H A Dutils.cpp309 using LoggingCreate = in reportError() typedef
319 LoggingCreate::default_service, LoggingCreate::instance_path, in reportError()
320 LoggingCreate::interface, LoggingCreate::method_names::create); in reportError()
330 "ERRMSG", errorMsg, "PATH", LoggingCreate::instance_path, in reportError()
331 "INTERFACE", LoggingCreate::interface, "ERROR", e); in reportError()