| /openbmc/phosphor-power/ |
| H A D | utility.cpp | 91 DbusSubtree getSubTree(sdbusplus::bus_t& bus, const std::string& path, in getSubTree() function 94 return getSubTree(bus, path, std::vector<std::string>({interface}), depth); in getSubTree() 97 DbusSubtree getSubTree(sdbusplus::bus_t& bus, const std::string& path, in getSubTree() function
|
| H A D | utility.hpp | 133 DbusSubtree getSubTree(sdbusplus::bus_t& bus, const std::string& path, 150 DbusSubtree getSubTree(sdbusplus::bus_t& bus, const std::string& path,
|
| H A D | dbus_interfaces_finder.cpp | 79 auto objects = util::getSubTree(bus, "/", interfaces, 0); in findInterfaces()
|
| /openbmc/phosphor-time-manager/ |
| H A D | settings.cpp | 24 result = getSubTree(bus, root, settingsIntfs, 0); in Objects()
|
| H A D | utils.cpp | 51 MapperResponse getSubTree(sdbusplus::bus_t& bus, const std::string& root, in getSubTree() function
|
| H A D | utils.hpp | 119 MapperResponse getSubTree(sdbusplus::bus_t& bus, const std::string& root,
|
| /openbmc/phosphor-host-ipmid/libipmid/ |
| H A D | utils.cpp | 53 ObjectTree objectTree = getSubTree(bus, interfaces, serviceRoot); in getDbusObject() 227 ObjectTree getSubTree(sdbusplus::bus_t& bus, const InterfaceList& interfaces, in getSubTree() function 249 ObjectTree objectTree = getSubTree(bus, interfaces, serviceRoot); in getAllDbusObjects() 301 boost::system::error_code getSubTree( in getSubTree() function 326 getSubTree(ctx, interfaces, subtreePath, depth, objectTree); in getDbusObject() 407 getSubTree(ctx, interfaces, serviceRoot, depth, objectTree); in getAllDbusObjects()
|
| /openbmc/phosphor-objmgr/src/test/ |
| H A D | handler.cpp | 217 getSubTree(interfaceMap, path, 0, interfaces); in TEST_F() 222 getSubTree(interfaceMap, path, 0, interfaces), in TEST_F() 248 getSubTree(interfaceMap, "/", 0, interfaces); in TEST_F() 252 subtree = getSubTree(interfaceMap, path0, 0, interfaces); in TEST_F() 256 subtree = getSubTree(interfaceMap, path0, 1, interfaces); in TEST_F() 264 subtree = getSubTree(interfaceMap, path1, 0, interfaces); in TEST_F()
|
| /openbmc/bmcweb/redfish-core/lib/ |
| H A D | storage.hpp | 191 dbus::utility::getSubTree( in handleSystemsStorageGet() 254 dbus::utility::getSubTree( in handleStorageGet() 285 dbus::utility::getSubTree( in handleSystemsStorageDriveGet()
|
| H A D | storage_chassis.hpp | 454 dbus::utility::getSubTree( in chassisDriveCollectionGet() 523 dbus::utility::getSubTree( in matchAndFillDrive() 544 dbus::utility::getSubTree( in handleChassisDriveGet()
|
| H A D | cable.hpp | 207 dbus::utility::getSubTree( in handleCableGet()
|
| H A D | pcie_slots.hpp | 237 dbus::utility::getSubTree( in handlePCIeSlotCollectionGet()
|
| H A D | redfish_util.hpp | 68 dbus::utility::getSubTree( in getMainChassisId()
|
| H A D | storage_controller.hpp | 142 dbus::utility::getSubTree( in handleSystemsStorageControllerGet()
|
| H A D | chassis.hpp | 714 dbus::utility::getSubTree( in handleChassisGet() 721 dbus::utility::getSubTree( in handleChassisGet() 773 dbus::utility::getSubTree( in handleChassisPatch()
|
| H A D | network_protocol.hpp | 369 dbus::utility::getSubTree( in handleNTPServersPatch() 409 dbus::utility::getSubTree( in handleProtocolEnabled()
|
| H A D | systems.hpp | 439 dbus::utility::getSubTree( in getComputerSystem() 1467 dbus::utility::getSubTree( in getTrustedModuleRequiredToBoot() 1550 dbus::utility::getSubTree( in setTrustedModuleRequiredToBoot() 1775 dbus::utility::getSubTree( in setAssetTag() 2170 dbus::utility::getSubTree( in getPowerMode() 2299 dbus::utility::getSubTree( in setPowerMode() 2605 dbus::utility::getSubTree( in getIdlePowerSaver() 2704 dbus::utility::getSubTree( in setIdlePowerSaver()
|
| /openbmc/phosphor-host-ipmid/ |
| H A D | settings.cpp | 24 objectTree = ipmi::getSubTree(bus, filter); in Objects()
|
| /openbmc/phosphor-power/phosphor-power-supply/docs/ |
| H A D | MultiChassis.md | 50 [`getSubTree`](https://github.com/openbmc/phosphor-power/blob/master/utility.hpp)) 51 and add them to vector in the chassis object. **getSubTree** is a function
|
| /openbmc/phosphor-objmgr/src/ |
| H A D | handler.hpp | 20 std::vector<InterfaceMapType::value_type> getSubTree(
|
| H A D | handler.cpp | 141 std::vector<InterfaceMapType::value_type> getSubTree( in getSubTree() function 304 getSubTree(interfaceMap, reqPath, depth, interfaces); in getAssociatedSubTree()
|
| /openbmc/phosphor-power/tools/power-utils/ |
| H A D | validator.cpp | 78 supportedObjects = getSubTree(bus, objectPath, supportedConfIntf, 0); in getRequiredPsus()
|
| H A D | utils.cpp | 50 auto objects = getSubTree(bus, "/", IBMCFFPSInterface, depth); in getPsuI2c()
|
| /openbmc/bmcweb/redfish-core/include/utils/ |
| H A D | manager_utils.hpp | 115 dbus::utility::getSubTree( in getValidManagerPath()
|
| /openbmc/phosphor-host-ipmid/include/ipmid/ |
| H A D | utils.hpp | 111 ObjectTree getSubTree(sdbusplus::bus_t& bus, const InterfaceList& interface, 213 boost::system::error_code getSubTree(
|