Home
last modified time | relevance | path

Searched full:getsubtreepaths (Results 1 – 25 of 56) sorted by relevance

123

/openbmc/phosphor-objmgr/src/test/
H A Dhandler.cpp277 getSubTreePaths(interfaceMap, path, 0, interfaces); in TEST_F()
282 getSubTreePaths(interfaceMap, path, 0, interfaces), in TEST_F()
294 getSubTreePaths(interfaceMap, "/", 0, interfaces); in TEST_F()
300 subtreePath = getSubTreePaths(interfaceMap, path0, 0, interfaces); in TEST_F()
306 subtreePath = getSubTreePaths(interfaceMap, path0, 1, interfaces); in TEST_F()
310 subtreePath = getSubTreePaths(interfaceMap, path1, 0, interfaces); in TEST_F()
/openbmc/phosphor-led-manager/
H A Dutils.cpp105 std::vector<std::string> DBusHandler::getSubTreePaths( in getSubTreePaths() function in phosphor::led::utils::DBusHandler
113 "GetSubTreePaths"); in getSubTreePaths()
H A Dutils.hpp105 static std::vector<std::string> getSubTreePaths(
/openbmc/bmcweb/redfish-core/include/utils/
H A Dcollection.hpp84 * @brief Populate the collection members from a GetSubTreePaths search of
104 dbus::utility::getSubTreePaths( in getCollectionToKey()
H A Dchassis_utils.hpp32 dbus::utility::getSubTreePaths( in getValidChassisPath()
H A Dpcie_util.hpp29 * @brief Populate the PCIe Device list from a GetSubTreePaths search of
/openbmc/phosphor-objmgr/src/
H A Dhandler.hpp25 getSubTreePaths(const InterfaceMapType& interfaceMap, std::string reqPath,
60 * Use getSubTreePaths and return only the dbus objects that are in the
H A Dhandler.cpp207 getSubTreePaths(const InterfaceMapType& interfaceMap, std::string reqPath, in getSubTreePaths() function
327 getSubTreePaths(interfaceMap, reqPath, depth, interfaces); in getAssociatedSubTreePaths()
340 // This function works like getSubTreePaths() but only matching id with
/openbmc/phosphor-health-monitor/
H A Dhealth_utils.cpp41 error("Exception occurred for GetSubTreePaths for {PATH}: {ERROR}", in findPaths()
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/
H A DObjectMapper.interface.yaml74 - name: GetSubTreePaths
129 Same as GetSubTreePaths, but only return the dbus paths that are an
/openbmc/openpower-occ-control/
H A Dutils.cpp120 std::vector<std::string> getSubtreePaths( in getSubtreePaths() function
127 MAPPER_IFACE, "GetSubTreePaths"); in getSubtreePaths()
H A Dutils.hpp78 std::vector<std::string> getSubtreePaths(
/openbmc/pldm/common/test/
H A Dmocked_utils.hpp72 MOCK_METHOD(pldm::utils::GetSubTreePathsResponse, getSubTreePaths,
/openbmc/fb-ipmi-oem/src/
H A Dcommandutils.cpp34 "xyz.openbmc_project.ObjectMapper", "GetSubTreePaths"); in getMbFruDevice()
/openbmc/phosphor-psu-code-mgmt/test/
H A Dtest_utils.cpp23 _, _, _, _, _, StrEq("GetSubTreePaths"))); in TEST()
/openbmc/bmcweb/redfish-core/lib/
H A Dpower.hpp198 BMCWEB_LOG_ERROR("Power Limit GetSubTreePaths handler Dbus error {}", in afterGetChassis()
277 dbus::utility::getSubTreePaths( in handleChassisPowerGet()
/openbmc/smbios-mdr/tools/
H A Dsst-info.sh26 resp=$(object_mapper_call GetSubTreePaths sias "$1" 0 "$2" "$3" \
/openbmc/phosphor-led-manager/manager/lamptest/
H A Dlamptest.cpp194 physicalLEDPaths = phosphor::led::utils::DBusHandler::getSubTreePaths( in start()
367 phosphor::led::utils::DBusHandler::getSubTreePaths( in clearLamps()
/openbmc/phosphor-fan-presence/
H A Dsdbusplus.hpp252 "xyz.openbmc_project.ObjectMapper"s, "GetSubTreePaths"s, path, in getSubTreePathsRaw()
257 static auto getSubTreePaths(sdbusplus::bus_t& bus, const std::string& path, in getSubTreePaths() function in phosphor::fan::util::SDBusPlus
264 "Empty response from mapper GetSubTreePaths", in getSubTreePaths()
/openbmc/openpower-vpd-parser/vpd-tool/include/
H A Dtool_utils.hpp551 * object path in the DBus tree. This API calls DBus method GetSubTreePaths
564 inline std::vector<std::string> GetSubTreePaths(
575 constants::objectMapperInfName, "GetSubTreePaths");
515 inline std::vector<std::string> GetSubTreePaths( GetSubTreePaths() function
/openbmc/bmcweb/include/
H A Ddbus_utility.hpp207 inline void getSubTreePaths( in getSubTreePaths() function
221 "xyz.openbmc_project.ObjectMapper", "GetSubTreePaths", path, depth, in getSubTreePaths()
/openbmc/docs/architecture/
H A Dobject-mapper.md275 ### GetSubTreePaths subsection
294 xyz.openbmc_project.ObjectMapper.GetSubTreePaths \
/openbmc/phosphor-power/
H A Dutility.cpp209 MAPPER_INTERFACE, "GetSubTreePaths"); in getPSUInventoryPaths()
/openbmc/phosphor-objmgr/libmapper/
H A Dmapper.c437 "xyz.openbmc_project.ObjectMapper", "GetSubTreePaths", in async_subtree_timeout_callback()
540 "xyz.openbmc_project.ObjectMapper", "GetSubTreePaths", in async_subtree_getpaths()
/openbmc/openpower-pnor-code-mgmt/mmc/
H A Ditem_updater_mmc.cpp171 "xyz.openbmc_project.ObjectMapper", "GetSubTreePaths"); in enableInventoryItemsHelper()

123