Searched hist:"4 e8b335e2c914fbc85247ad2e0298ec710b51b55" (Results 1 – 2 of 2) sorted by relevance
/openbmc/phosphor-power/ |
H A D | utility.hpp | diff 4e8b335e2c914fbc85247ad2e0298ec710b51b55 Tue Mar 16 15:38:50 CDT 2021 Adriana Kobylak <anoo@us.ibm.com> utility: Add Get All Properties
Add a utility function to call the D-Bus GetAll method. This will be used to get the values of all the properties from the Supported Configuration interface from Entity Manager. Start with the variant values for the properties in the Supported Configuration interface which are uint64_t (count), string (type), and array of strings (models).
Make the service parameter optional since the caller may already have the service name from another D-Bus call like getSubTree, or the caller may decide to call getService() before the getAll function if they are going to call getAll multiple times and the service name can be reused. If the service name is not passed, the new getAll will call getService().
Tested: Verified that calling the new function worked as expected calling it with and without a service name.
Change-Id: I4d679f0e5d28248d38050b6aed44d4ea86b83c59 Signed-off-by: Adriana Kobylak <anoo@us.ibm.com>
|
H A D | utility.cpp | diff 4e8b335e2c914fbc85247ad2e0298ec710b51b55 Tue Mar 16 15:38:50 CDT 2021 Adriana Kobylak <anoo@us.ibm.com> utility: Add Get All Properties
Add a utility function to call the D-Bus GetAll method. This will be used to get the values of all the properties from the Supported Configuration interface from Entity Manager. Start with the variant values for the properties in the Supported Configuration interface which are uint64_t (count), string (type), and array of strings (models).
Make the service parameter optional since the caller may already have the service name from another D-Bus call like getSubTree, or the caller may decide to call getService() before the getAll function if they are going to call getAll multiple times and the service name can be reused. If the service name is not passed, the new getAll will call getService().
Tested: Verified that calling the new function worked as expected calling it with and without a service name.
Change-Id: I4d679f0e5d28248d38050b6aed44d4ea86b83c59 Signed-off-by: Adriana Kobylak <anoo@us.ibm.com>
|