Searched refs:LoggingCreate (Results 1 – 5 of 5) sorted by relevance
/openbmc/phosphor-state-manager/ |
H A D | host_reset_recovery.cpp | 29 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 D | systemd_target_signal.cpp | 25 using LoggingCreate = typedef 58 LoggingCreate::default_service, LoggingCreate::instance_path, in logError() 59 LoggingCreate::interface, "Create"); in logError()
|
H A D | utils.cpp | 182 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 D | updater.cpp | 398 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 D | utils.cpp | 302 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
|