/openbmc/phosphor-power/ |
H A D | utility.cpp | 90 DbusSubtree getSubTree(sdbusplus::bus_t& bus, const std::string& path, in getSubTree() function 93 return getSubTree(bus, path, std::vector<std::string>({interface}), depth); in getSubTree() 96 DbusSubtree getSubTree(sdbusplus::bus_t& bus, const std::string& path, in getSubTree() function
|
H A D | utility.hpp | 132 DbusSubtree getSubTree(sdbusplus::bus_t& bus, const std::string& path, 149 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-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/phosphor-host-ipmid/libipmid/ |
H A D | utils.cpp | 49 ObjectTree objectTree = getSubTree(bus, interfaces, serviceRoot); in getDbusObject() 218 ObjectTree getSubTree(sdbusplus::bus_t& bus, const InterfaceList& interfaces, in getSubTree() function 240 ObjectTree objectTree = getSubTree(bus, interfaces, serviceRoot); in getAllDbusObjects() 347 boost::system::error_code getSubTree( in getSubTree() function 370 getSubTree(ctx, interfaces, subtreePath, depth, objectTree); in getDbusObject() 451 getSubTree(ctx, interfaces, serviceRoot, depth, objectTree); in getAllDbusObjects()
|
/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/bmcweb/redfish-core/lib/ |
H A D | storage.hpp | 212 dbus::utility::getSubTree( in handleSystemsStorageGet() 275 dbus::utility::getSubTree( in handleStorageGet() 717 dbus::utility::getSubTree( in handleSystemsStorageDriveGet() 822 dbus::utility::getSubTree( in chassisDriveCollectionGet() 899 dbus::utility::getSubTree( in matchAndFillDrive() 923 dbus::utility::getSubTree( in handleChassisDriveGet() 1193 dbus::utility::getSubTree( in handleSystemsStorageControllerGet()
|
H A D | systems.hpp | 519 dbus::utility::getSubTree( in getComputerSystem() 1407 dbus::utility::getSubTree( in getTrustedModuleRequiredToBoot() 1494 dbus::utility::getSubTree( in setTrustedModuleRequiredToBoot() 1762 dbus::utility::getSubTree( in setAssetTag() 2153 dbus::utility::getSubTree( in getPowerMode() 2282 dbus::utility::getSubTree( in setPowerMode() 2588 dbus::utility::getSubTree( in getIdlePowerSaver() 2687 dbus::utility::getSubTree( in setIdlePowerSaver()
|
H A D | cable.hpp | 165 dbus::utility::getSubTree( in requestRoutesCable()
|
H A D | pcie_slots.hpp | 237 dbus::utility::getSubTree( in handlePCIeSlotCollectionGet()
|
H A D | chassis.hpp | 738 dbus::utility::getSubTree( in handleChassisGet() 745 dbus::utility::getSubTree( in handleChassisGet() 794 dbus::utility::getSubTree( in handleChassisPatch()
|
H A D | network_protocol.hpp | 371 dbus::utility::getSubTree( in handleNTPServersPatch() 411 dbus::utility::getSubTree( in handleProtocolEnabled()
|
H A D | redfish_util.hpp | 70 dbus::utility::getSubTree( in getMainChassisId()
|
H A D | sensors.hpp | 254 dbus::utility::getSubTree( in getObjectsWithConnection() 523 dbus::utility::getSubTree( in populateFanRedundancy() 1084 dbus::utility::getSubTree( in getInventoryItemsConnections() 1429 dbus::utility::getSubTree( in getInventoryLeds() 1605 dbus::utility::getSubTree( in getPowerSupplyAttributes()
|
/openbmc/phosphor-host-ipmid/ |
H A D | settings.cpp | 25 objectTree = ipmi::getSubTree(bus, filter); in Objects()
|
/openbmc/phosphor-objmgr/src/ |
H A D | handler.hpp | 20 std::vector<InterfaceMapType::value_type> getSubTree(
|
H A D | handler.cpp | 138 std::vector<InterfaceMapType::value_type> getSubTree( in getSubTree() function 297 getSubTree(interfaceMap, reqPath, depth, interfaces); in getAssociatedSubTree()
|
/openbmc/phosphor-host-ipmid/include/ipmid/ |
H A D | utils.hpp | 112 ObjectTree getSubTree(sdbusplus::bus_t& bus, const InterfaceList& interface, 237 boost::system::error_code getSubTree(
|
/openbmc/phosphor-power/tools/power-utils/ |
H A D | utils.cpp | 52 auto objects = getSubTree(bus, "/", IBMCFFPSInterface, depth); in getPsuI2c()
|
/openbmc/bmcweb/include/google/ |
H A D | google_service_root.hpp | 117 dbus::utility::getSubTree( in resolveRoT()
|
/openbmc/bmcweb/src/ |
H A D | dbus_utility.cpp | 105 void getSubTree(const std::string& path, int32_t depth, in getSubTree() function
|
/openbmc/bmcweb/ |
H A D | COMMON_ERRORS.md | 338 dbus::utility::getSubTree("/", interfaces, 365 dbus::utility::getSubTree("/xyz/openbmc_project/inventory", interfaces, 393 - getSubTree
|
/openbmc/bmcweb/include/ |
H A D | dbus_utility.hpp | 133 void getSubTree(
|