History log of /openbmc/sdbusplus/test/gen/test_aserver_construct_with_object_path.cpp (Results 1 – 1 of 1)
Revision Date Author Comments
# 90af4772 30-Oct-2025 Alexander Hansen <alexander.hansen@9elements.com>

(a)server: support object_path overloads

In order to support safer handling of object paths, directly support
overloads for passing `const sdbusplus::message::object_path&` in
addition to the `char*

(a)server: support object_path overloads

In order to support safer handling of object paths, directly support
overloads for passing `const sdbusplus::message::object_path&` in
addition to the `char* path` functions.

Tested:

New unit tests have been added for server and aserver, for both regular
and property-provided constructors.

Change-Id: I63cb16f4cce75f99ebbbd5ced44ef4a219c7a74a
Signed-off-by: Alexander Hansen <alexander.hansen@9elements.com>

show more ...