/openbmc/sdbusplus/tools/sdbusplus/templates/ |
H A D | property.server.cpp.mako | a4bfefde Tue Sep 24 20:07:25 CDT 2024 Patrick Williams <patrick@stwcx.xyz> exception: move sd_bus_error_set calls to exception
In the future, generated exceptions will need to fill the sd_error with something other than the "description" in order to pass more metadata. Move the sd_bus_error_set calls to exception as a virtual function so this can be accomplished.
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I6e6947e4977701a8e7e27fef119bd35e837d866b
|
H A D | property.aserver.callback.hpp.mako | a4bfefde Tue Sep 24 20:07:25 CDT 2024 Patrick Williams <patrick@stwcx.xyz> exception: move sd_bus_error_set calls to exception
In the future, generated exceptions will need to fill the sd_error with something other than the "description" in order to pass more metadata. Move the sd_bus_error_set calls to exception as a virtual function so this can be accomplished.
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I6e6947e4977701a8e7e27fef119bd35e837d866b
|
H A D | method.aserver.callback.hpp.mako | a4bfefde Tue Sep 24 20:07:25 CDT 2024 Patrick Williams <patrick@stwcx.xyz> exception: move sd_bus_error_set calls to exception
In the future, generated exceptions will need to fill the sd_error with something other than the "description" in order to pass more metadata. Move the sd_bus_error_set calls to exception as a virtual function so this can be accomplished.
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I6e6947e4977701a8e7e27fef119bd35e837d866b
|
H A D | method.prototype.hpp.mako | a4bfefde Tue Sep 24 20:07:25 CDT 2024 Patrick Williams <patrick@stwcx.xyz> exception: move sd_bus_error_set calls to exception
In the future, generated exceptions will need to fill the sd_error with something other than the "description" in order to pass more metadata. Move the sd_bus_error_set calls to exception as a virtual function so this can be accomplished.
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I6e6947e4977701a8e7e27fef119bd35e837d866b
|
/openbmc/sdbusplus/include/sdbusplus/sdbuspp_support/ |
H A D | server.hpp | a4bfefde Tue Sep 24 20:07:25 CDT 2024 Patrick Williams <patrick@stwcx.xyz> exception: move sd_bus_error_set calls to exception
In the future, generated exceptions will need to fill the sd_error with something other than the "description" in order to pass more metadata. Move the sd_bus_error_set calls to exception as a virtual function so this can be accomplished.
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I6e6947e4977701a8e7e27fef119bd35e837d866b
|
/openbmc/sdbusplus/include/sdbusplus/ |
H A D | sdbus.hpp | a4bfefde Tue Sep 24 20:07:25 CDT 2024 Patrick Williams <patrick@stwcx.xyz> exception: move sd_bus_error_set calls to exception
In the future, generated exceptions will need to fill the sd_error with something other than the "description" in order to pass more metadata. Move the sd_bus_error_set calls to exception as a virtual function so this can be accomplished.
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I6e6947e4977701a8e7e27fef119bd35e837d866b
|
H A D | exception.hpp | a4bfefde Tue Sep 24 20:07:25 CDT 2024 Patrick Williams <patrick@stwcx.xyz> exception: move sd_bus_error_set calls to exception
In the future, generated exceptions will need to fill the sd_error with something other than the "description" in order to pass more metadata. Move the sd_bus_error_set calls to exception as a virtual function so this can be accomplished.
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I6e6947e4977701a8e7e27fef119bd35e837d866b
|
H A D | message.hpp | a4bfefde Tue Sep 24 20:07:25 CDT 2024 Patrick Williams <patrick@stwcx.xyz> exception: move sd_bus_error_set calls to exception
In the future, generated exceptions will need to fill the sd_error with something other than the "description" in order to pass more metadata. Move the sd_bus_error_set calls to exception as a virtual function so this can be accomplished.
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I6e6947e4977701a8e7e27fef119bd35e837d866b
|
/openbmc/sdbusplus/include/sdbusplus/test/ |
H A D | sdbus_mock.hpp | a4bfefde Tue Sep 24 20:07:25 CDT 2024 Patrick Williams <patrick@stwcx.xyz> exception: move sd_bus_error_set calls to exception
In the future, generated exceptions will need to fill the sd_error with something other than the "description" in order to pass more metadata. Move the sd_bus_error_set calls to exception as a virtual function so this can be accomplished.
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I6e6947e4977701a8e7e27fef119bd35e837d866b
|
/openbmc/sdbusplus/src/ |
H A D | exception.cpp | a4bfefde Tue Sep 24 20:07:25 CDT 2024 Patrick Williams <patrick@stwcx.xyz> exception: move sd_bus_error_set calls to exception
In the future, generated exceptions will need to fill the sd_error with something other than the "description" in order to pass more metadata. Move the sd_bus_error_set calls to exception as a virtual function so this can be accomplished.
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I6e6947e4977701a8e7e27fef119bd35e837d866b
|
/openbmc/sdbusplus/include/sdbusplus/asio/ |
H A D | object_server.hpp | a4bfefde Tue Sep 24 20:07:25 CDT 2024 Patrick Williams <patrick@stwcx.xyz> exception: move sd_bus_error_set calls to exception
In the future, generated exceptions will need to fill the sd_error with something other than the "description" in order to pass more metadata. Move the sd_bus_error_set calls to exception as a virtual function so this can be accomplished.
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I6e6947e4977701a8e7e27fef119bd35e837d866b
|