Home
last modified time | relevance | path

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

1234

/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()
H A Ddbus_interfaces_finder.cpp79 auto objects = util::getSubTree(bus, "/", interfaces, 0); in findInterfaces()
/openbmc/phosphor-host-ipmid/
H A Dsettings.cpp24 objectTree = ipmi::getSubTree(bus, filter); in Objects()
28 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-host-ipmid/libipmid/
H A Dutils.cpp53 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/
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.cpp20 // the results of GetSubTree and GetAncestors. in addObjectMapResult()
141 std::vector<InterfaceMapType::value_type> getSubTree( in getSubTree() function
304 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-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-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/bmcweb/src/
H A Ddbus_utility.cpp77 void getSubTree(const std::string& path, int32_t depth, in getSubTree() function
88 "xyz.openbmc_project.ObjectMapper", "GetSubTree", path, depth, in getSubTree()
/openbmc/phosphor-dbus-monitor/mslverify/
H A Dverify.cpp85 "xyz.openbmc_project.ObjectMapper"s, "GetSubTree"s, "/"s, 0, in main()
/openbmc/pldm/common/test/
H A Dmocked_utils.hpp68 MOCK_METHOD(pldm::utils::GetSubTreeResponse, getSubtree,
/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()

1234