Home
last modified time | relevance | path

Searched refs:get_error (Results 1 – 23 of 23) sorted by relevance

/openbmc/qemu/
H A Dreplication.c83 if (rs->ops && rs->ops->get_error) { in replication_get_error_all()
84 rs->ops->get_error(rs, &local_err); in replication_get_error_all()
/openbmc/qemu/include/block/
H A Dreplication.h114 void (*get_error)(ReplicationState *rs, Error **errp); member
/openbmc/sdbusplus/include/sdbusplus/async/
H A Dcallback.hpp88 auto err = *msg.get_error(); in handler()
/openbmc/kcsbridge/src/
H A Dcmd.cpp38 auto error = *m.get_error(); in write()
/openbmc/phosphor-networkd/src/
H A Dsystem_configuration.cpp90 auto dbusError = e.get_error(); in hostName()
/openbmc/bmcweb/redfish-core/src/utils/
H A Ddbus_utils.cpp44 const sd_bus_error* dbusError = msg.get_error(); in afterSetProperty()
/openbmc/sdbusplus/include/sdbusplus/
H A Dexception.hpp122 const sd_bus_error* get_error() const noexcept;
H A Dmessage.hpp274 const sd_bus_error* get_error() const in get_error() function in sdbusplus::message::message
/openbmc/sdbusplus/src/
H A Dexception.cpp104 const sd_bus_error* SdBusError::get_error() const noexcept in get_error() function in sdbusplus::exception::SdBusError
/openbmc/bmcweb/redfish-core/include/
H A Dsnmp_trap_event_clients.hpp145 const sd_bus_error* dbusError = msg.get_error(); in afterSnmpClientCreate()
/openbmc/bmcweb/redfish-core/lib/
H A Dmetric_report_definition.hpp757 const sd_bus_error* errorMessage = msg.get_error(); in afterAddReport()
898 const sd_bus_error* errorMessage = msg.get_error(); in afterSetReadingParams()
1034 const sd_bus_error* errorMessage = msg.get_error(); in afterSetReportingProperties()
1102 const sd_bus_error* errorMessage = msg.get_error(); in afterSetReportUpdates()
1150 const sd_bus_error* errorMessage = msg.get_error(); in afterSetReportActions()
H A Dmanagers.hpp516 const sd_bus_error* dbusError = msg.get_error(); in afterSetDateTime()
H A Daccount_service.hpp1799 userErrorMessageHandler(m.get_error(), asyncResp, username, ""); in processAfterCreateUser()
2291 userErrorMessageHandler(m.get_error(), asyncResp, newUser, in handleAccountPatch()
H A Dethernet.hpp2046 const sd_bus_error* dbusError = m.get_error(); in afterDelete()
2079 const sd_bus_error* dbusError = m.get_error(); in afterVlanCreate()
H A Dcertificate_service.hpp620 const sd_bus_error* dbusError = m.get_error(); in handleReplaceCertificateAction()
H A Dlog_services.hpp803 const sd_bus_error* dbusError = msg.get_error(); in createDump()
/openbmc/phosphor-host-ipmid/transport/serialbridge/
H A Dserialcmd.cpp162 auto error = *m.get_error(); in write()
/openbmc/pldm/oem/ibm/libpldmresponder/
H A Dfile_io_type_pel.cpp330 "FILE", pelFileName, "ERROR", msg.get_error()->message); in storePel()
/openbmc/sdbusplus/include/sdbusplus/asio/
H A Dobject_server.hpp265 auto ret = b.new_method_errno(e.get_errno(), e.get_error()); in after_spawn()
291 message_t err = b.new_method_errno(e.get_errno(), e.get_error()); in after_spawn()
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Ddata_interface.cpp1102 auto* error = msg.get_error(); in subscribeToSystemdSignals()
1157 auto* error = msg.get_error(); in unsubscribeFromSystemdSignals()
/openbmc/qemu/block/
H A Dreplication.c78 .get_error = replication_get_error,
/openbmc/phosphor-virtual-sensor/src/
H A DvirtualSensor.cpp360 auto err = parser.get_error(i); in initVirtualSensor()
/openbmc/bmcweb/features/openbmc_rest/
H A Dopenbmc_dbus_rest.hpp1492 const sd_bus_error* e = m2.get_error(); in findActionOnInterface()
2013 m2.get_error(); in handlePut()