Home
last modified time | relevance | path

Searched full:getsubtree (Results 1 – 25 of 102) sorted by relevance

12345

/openbmc/openbmc/meta-openpower/recipes-phosphor/network/first-boot-set-mac/
H A Dfirst-boot-set-mac.sh23 GetSubTree sias \
34 GetSubTree sias \
42 GetSubTree sias \
/openbmc/phosphor-misc/firstboot/
H A Dfirst-boot-set-mac.sh21 GetSubTree sias \
30 GetSubTree sias \
36 GetSubTree sias \
H A Dfirst-boot-set-hostname.sh21 GetSubTree sias \
48 GetSubTree sias \
/openbmc/phosphor-time-manager/
H A Dsettings.cpp24 result = getSubTree(bus, root, settingsIntfs, 0); in Objects()
28 error("Failed to invoke GetSubTree method: {ERROR}", "ERROR", ex); in Objects()
H A Dutils.cpp51 MapperResponse getSubTree(sdbusplus::bus_t& bus, const std::string& root, in getSubTree() function
55 mapperInterface, "GetSubTree"); in getSubTree()
/openbmc/ibm-logging/
H A Ddbus.hpp66 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 Ddbus.cpp66 DbusSubtree getSubtree(sdbusplus::bus_t& bus, const std::string& root, in getSubtree() function
72 "GetSubTree"); in getSubtree()
/openbmc/telemetry/src/utils/
H A Ddbus_mapper.hpp32 "xyz.openbmc_project.ObjectMapper", "GetSubTree", in getSubTreeSensors()
47 "xyz.openbmc_project.ObjectMapper", "GetSubTree"); in getSubTreeSensors()
/openbmc/phosphor-power/
H A Dutility.cpp91 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 Dutils.cpp50 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 Dsettings.cpp25 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 Dfirst-boot-set-hostname.sh23 GetSubTree sias \
53 GetSubTree sias \
/openbmc/phosphor-power/phosphor-power-supply/docs/
H A DMultiChassis.md50 [`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 Dsettings.cpp27 ObjectMapper::interface, "GetSubTree"); in Objects()
49 error("Error in mapper GetSubTree: {ERROR}", "ERROR", e); in Objects()
H A Dhost_check.cpp53 ObjectMapper::interface, "GetSubTree"); in checkFirmwareConditionRunning()
68 "Error in mapper GetSubTree call for HostFirmware condition: {ERROR}", in checkFirmwareConditionRunning()
/openbmc/phosphor-objmgr/src/test/
H A Dhandler.cpp217 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 Dhandler.hpp20 std::vector<InterfaceMapType::value_type> getSubTree(
38 * Use getSubTree and return only the dbus objects that are in the endpoint
H A Dhandler.cpp19 // 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 Dconfig_provider.cpp49 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 DObjectMapper.interface.yaml49 - name: GetSubTree
100 Same as GetSubTree, but only return the dbus paths that are an
/openbmc/phosphor-net-ipmid/
H A Dsd_event_loop.cpp61 "GetSubTree"); in getVLANID()
72 lg2::error("getVLANID: failed to execute/read GetSubTree: {ERROR}", in getVLANID()
/openbmc/bmcweb/redfish-core/lib/
H A Dpcie_slots.hpp181 BMCWEB_LOG_ERROR("D-Bus response error on GetSubTree {}", ec); in onMapperSubtreeDone()
237 dbus::utility::getSubTree( in handlePCIeSlotCollectionGet()
/openbmc/phosphor-fan-presence/
H A Dsdbusplus.hpp194 "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 Ddbus_utility.cpp78 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 Dutils.cpp150 MAPPER_IFACE, "GetSubTree"); in getServiceUsingSubTree()
158 "util::getServiceUsingSubTree: Failed getSubTree({PATH},0,{INTF})", in getServiceUsingSubTree()

12345