Searched hist:"8270 b7d1f344477176eba6f18d3b698e9cebe3e3" (Results 1 – 2 of 2) sorted by relevance
/openbmc/phosphor-power/ |
H A D | utility.hpp | diff 8270b7d1f344477176eba6f18d3b698e9cebe3e3 Mon Jun 26 11:35:51 CDT 2023 Shawn McCarney <shawnmm@us.ibm.com> Support multiple D-Bus interfaces in getSubTree()
The utility function getSubTree() only allows a single D-Bus interface to be specified.
This does not match the corresponding GetSubTree D-Bus method, which allows multiple D-Bus interfaces to be specified.
Add a getSubTree() overload that accepts multiple D-Bus interfaces.
Tested: * Existing getSubTree() function * Test where it is successful * Test where it fails due to a D-Bus error * New getSubTree() function * Test where zero interfaces are specified * Test where one interface is specified * Test where multiple interfaces are specified * Test where it is successful * Test where it fails due to a D-Bus error
Change-Id: I56e124c13bec633f7a3af80ff6d5b2014454bfb8 Signed-off-by: Shawn McCarney <shawnmm@us.ibm.com>
|
H A D | utility.cpp | diff 8270b7d1f344477176eba6f18d3b698e9cebe3e3 Mon Jun 26 11:35:51 CDT 2023 Shawn McCarney <shawnmm@us.ibm.com> Support multiple D-Bus interfaces in getSubTree()
The utility function getSubTree() only allows a single D-Bus interface to be specified.
This does not match the corresponding GetSubTree D-Bus method, which allows multiple D-Bus interfaces to be specified.
Add a getSubTree() overload that accepts multiple D-Bus interfaces.
Tested: * Existing getSubTree() function * Test where it is successful * Test where it fails due to a D-Bus error * New getSubTree() function * Test where zero interfaces are specified * Test where one interface is specified * Test where multiple interfaces are specified * Test where it is successful * Test where it fails due to a D-Bus error
Change-Id: I56e124c13bec633f7a3af80ff6d5b2014454bfb8 Signed-off-by: Shawn McCarney <shawnmm@us.ibm.com>
|