/openbmc/openbmc/meta-openpower/recipes-phosphor/network/first-boot-set-mac/ |
H A D | first-boot-set-mac.sh | 23 GetSubTree sias \ 34 GetSubTree sias \ 42 GetSubTree sias \
|
/openbmc/phosphor-misc/firstboot/ |
H A D | first-boot-set-mac.sh | 21 GetSubTree sias \ 30 GetSubTree sias \ 36 GetSubTree sias \
|
H A D | first-boot-set-hostname.sh | 21 GetSubTree sias \ 48 GetSubTree sias \
|
/openbmc/phosphor-time-manager/ |
H A D | settings.cpp | 24 result = getSubTree(bus, root, settingsIntfs, 0); in Objects() 28 error("Failed to invoke GetSubTree method: {ERROR}", "ERROR", ex); in Objects()
|
H A D | utils.cpp | 51 MapperResponse getSubTree(sdbusplus::bus_t& bus, const std::string& root, in getSubTree() function 55 mapperInterface, "GetSubTree"); in getSubTree()
|
/openbmc/ibm-logging/ |
H A D | dbus.hpp | 66 DbusSubtree getSubtree(sdbusplus::bus_t& bus, const std::string& root, 71 * the data returned from a GetSubTree call. 77 * @param[in] tree - the D-Bus GetSubTree response
|
H A D | dbus.cpp | 66 DbusSubtree getSubtree(sdbusplus::bus_t& bus, const std::string& root, in getSubtree() function 72 "GetSubTree"); in getSubtree()
|
/openbmc/telemetry/src/utils/ |
H A D | dbus_mapper.hpp | 32 "xyz.openbmc_project.ObjectMapper", "GetSubTree", in getSubTreeSensors() 47 "xyz.openbmc_project.ObjectMapper", "GetSubTree"); in getSubTreeSensors()
|
/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 102 MAPPER_INTERFACE, "GetSubTree"); in getSubTree()
|
/openbmc/phosphor-host-ipmid/libipmid/ |
H A D | utils.cpp | 50 ObjectTree objectTree = getSubTree(bus, interfaces, serviceRoot); in getDbusObject() 224 ObjectTree getSubTree(sdbusplus::bus_t& bus, const InterfaceList& interfaces, in getSubTree() function 228 MAPPER_INTF, "GetSubTree"); in getSubTree() 246 ObjectTree objectTree = getSubTree(bus, interfaces, serviceRoot); in getAllDbusObjects() 298 boost::system::error_code getSubTree( in getSubTree() function 304 ctx->yield, ec, MAPPER_BUS_NAME, MAPPER_OBJ, MAPPER_INTF, "GetSubTree", in getSubTree() 321 getSubTree(ctx, interfaces, subtreePath, depth, objectTree); in getDbusObject() 402 getSubTree(ctx, interfaces, serviceRoot, depth, objectTree); in getAllDbusObjects()
|
/openbmc/phosphor-host-ipmid/ |
H A D | settings.cpp | 25 objectTree = ipmi::getSubTree(bus, filter); in Objects() 29 lg2::error("Failed to call the getSubTree method: {ERROR}", "ERROR", e); in Objects()
|
/openbmc/openbmc/meta-openpower/recipes-phosphor/network/first-boot-set-hostname/ |
H A D | first-boot-set-hostname.sh | 23 GetSubTree sias \ 53 GetSubTree sias \
|
/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-state-manager/ |
H A D | settings.cpp | 27 ObjectMapper::interface, "GetSubTree"); in Objects() 49 error("Error in mapper GetSubTree: {ERROR}", "ERROR", e); in Objects()
|
H A D | host_check.cpp | 53 ObjectMapper::interface, "GetSubTree"); in checkFirmwareConditionRunning() 68 "Error in mapper GetSubTree call for HostFirmware condition: {ERROR}", in checkFirmwareConditionRunning()
|
/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-objmgr/src/ |
H A D | handler.hpp | 20 std::vector<InterfaceMapType::value_type> getSubTree( 38 * Use getSubTree and return only the dbus objects that are in the endpoint
|
H A D | handler.cpp | 19 // the results of GetSubTree and GetAncestors. in addObjectMapResult() 140 std::vector<InterfaceMapType::value_type> getSubTree( in getSubTree() function 303 getSubTree(interfaceMap, reqPath, depth, interfaces); in getAssociatedSubTree()
|
/openbmc/entity-manager/src/gpio-presence/ |
H A D | config_provider.cpp | 49 debug("calling 'GetSubTree' to find instances of {INTF}", "INTF", in getConfig() 64 error("Failed GetSubTree call for configuration interface: {ERR}", in getConfig()
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/ |
H A D | ObjectMapper.interface.yaml | 49 - name: GetSubTree 100 Same as GetSubTree, but only return the dbus paths that are an
|
/openbmc/phosphor-net-ipmid/ |
H A D | sd_event_loop.cpp | 61 "GetSubTree"); in getVLANID() 72 lg2::error("getVLANID: failed to execute/read GetSubTree: {ERROR}", in getVLANID()
|
/openbmc/bmcweb/redfish-core/lib/ |
H A D | pcie_slots.hpp | 181 BMCWEB_LOG_ERROR("D-Bus response error on GetSubTree {}", ec); in onMapperSubtreeDone() 237 dbus::utility::getSubTree( in handlePCIeSlotCollectionGet()
|
/openbmc/phosphor-fan-presence/ |
H A D | sdbusplus.hpp | 194 "xyz.openbmc_project.ObjectMapper"s, "GetSubTree"s, path, depth, in getSubTreeRaw() 215 "xyz.openbmc_project.ObjectMapper"s, "GetSubTree"s, path, depth, in getSubTreeRaw() 220 static auto getSubTree(sdbusplus::bus_t& bus, const std::string& path, in getSubTree() function in phosphor::fan::util::SDBusPlus 227 … "Empty response from mapper GetSubTree, SubTree={SUBTREE}, Interface={INTERFACE}, Depth={DEPTH}", in getSubTree()
|
/openbmc/bmcweb/src/ |
H A D | dbus_utility.cpp | 78 void getSubTree(const std::string& path, int32_t depth, in getAllProperties() 89 "xyz.openbmc_project.ObjectMapper", "GetSubTree", path, depth, in getAllProperties() 105 void getSubTree(const std::string& path, int32_t depth, getSubTree() function
|
/openbmc/openpower-occ-control/ |
H A D | utils.cpp | 150 MAPPER_IFACE, "GetSubTree"); in getServiceUsingSubTree() 158 "util::getServiceUsingSubTree: Failed getSubTree({PATH},0,{INTF})", in getServiceUsingSubTree()
|