Home
last modified time | relevance | path

Searched refs:LoggingCreate (Results 1 – 4 of 4) 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
57 auto method = this->bus.new_method_call(LoggingCreate::default_service, in logError()
58 LoggingCreate::instance_path, in logError()
59 LoggingCreate::interface, "Create"); in logError()
H A Dutils.cpp179 using LoggingCreate = in createError() typedef
182 auto method = bus.new_method_call(LoggingCreate::default_service, in createError()
183 LoggingCreate::instance_path, in createError()
184 LoggingCreate::interface, "Create"); in createError()
/openbmc/pldm/common/
H A Dutils.cpp288 using LoggingCreate = in reportError() typedef
297 auto method = bus.new_method_call(LoggingCreate::default_service, in reportError()
298 LoggingCreate::instance_path, in reportError()
299 LoggingCreate::interface, "Create"); in reportError()
309 "ERRMSG", errorMsg, "PATH", LoggingCreate::instance_path, in reportError()
310 "INTERFACE", LoggingCreate::interface, "ERROR", e); in reportError()