Home
last modified time | relevance | path

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

123

/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 Dsystems_utils.hpp98 * @brief Populate the system collection members from a GetSubTreePaths search
114 dbus::utility::getSubTreePaths( in getSystemCollectionMembers()
202 dbus::utility::getSubTreePaths( in getComputerSystemIndex()
305 dbus::utility::getSubTreePaths( in getValidSystemsPath()
H A Dcollection.hpp90 * @brief Populate the collection members from a GetSubTreePaths search of
110 dbus::utility::getSubTreePaths( in getCollectionToKey()
H A Dchassis_utils.hpp40 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/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-objmgr/src/
H A Dhandler.hpp24 std::vector<std::string> getSubTreePaths(const InterfaceMapType& interfaceMap,
60 * Use getSubTreePaths and return only the dbus objects that are in the
H A Dhandler.cpp210 std::vector<std::string> getSubTreePaths(const InterfaceMapType& interfaceMap, in getSubTreePaths() function
333 getSubTreePaths(interfaceMap, reqPath, depth, interfaces); in getAssociatedSubTreePaths()
346 // This function works like getSubTreePaths() but only matching id with
/openbmc/phosphor-health-monitor/
H A Dhealth_utils.cpp54 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/phosphor-power/
H A Dutility.cpp204 MAPPER_INTERFACE, "GetSubTreePaths"); in getPSUInventoryPaths()
218 MAPPER_INTERFACE, "GetSubTreePaths"); in getChassisInventoryPaths()
/openbmc/fb-ipmi-oem/src/
H A Dcommandutils.cpp34 "xyz.openbmc_project.ObjectMapper", "GetSubTreePaths"); in getMbFruDevice()
/openbmc/bmcweb/src/
H A Ddbus_utility.cpp93 void getSubTreePaths( in checkDbusPathExists()
107 "xyz.openbmc_project.ObjectMapper", "GetSubTreePaths", path, depth, in getSubTree()
120 void getSubTreePaths( getSubTreePaths() function
/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/phosphor-psu-code-mgmt/test/
H A Dtest_utils.cpp23 _, _, _, _, _, StrEq("GetSubTreePaths"))); in TEST()
/openbmc/pldm/common/test/
H A Dmocked_utils.hpp72 MOCK_METHOD(pldm::utils::GetSubTreePathsResponse, getSubTreePaths,
/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.cpp192 physicalLEDPaths = phosphor::led::utils::DBusHandler::getSubTreePaths( in start()
364 phosphor::led::utils::DBusHandler::getSubTreePaths( in clearLamps()
/openbmc/bmcweb/redfish-core/lib/
H A Dpower.hpp213 BMCWEB_LOG_ERROR("Power Limit GetSubTreePaths handler Dbus error {}", in afterGetChassis()
288 dbus::utility::getSubTreePaths( in handleChassisPowerGet()
/openbmc/openpower-vpd-parser/vpd-manager/include/utility/
H A Ddbus_utility.hpp718 * object path in the DBus tree. This API calls DBus method GetSubTreePaths
732 inline std::vector<std::string> GetSubTreePaths( in GetSubTreePaths() function
742 constants::objectMapperInf, "GetSubTreePaths");
752 "Error while getting GetSubTreePaths for path [" + i_objectPath +
/openbmc/phosphor-fan-presence/
H A Dsdbusplus.hpp250 "xyz.openbmc_project.ObjectMapper"s, "GetSubTreePaths"s, path, in getSubTreePathsRaw()
255 static auto getSubTreePaths(sdbusplus::bus_t& bus, const std::string& path, in getSubTreePaths() function in phosphor::fan::util::SDBusPlus
262 …"Empty response from mapper GetSubTreePaths, SubTree={SUBTREE}, Interface={INTERFACE}, Depth={DEPT… in getSubTreePaths()
/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/state/phosphor-state-manager/
H A Drescan-cxl-eid15 … /xyz/openbmc_project/object_mapper xyz.openbmc_project.ObjectMapper GetSubTreePaths sias "/xyz/op…
/openbmc/smbios-mdr/src/
H A Dfirmware_inventory.cpp25 phosphor::smbios::mapperInterface, "GetSubTreePaths"); in getExistingVersionPaths()

123