Home
last modified time | relevance | path

Searched refs:associatedPath (Results 1 – 7 of 7) sorted by relevance

/openbmc/bmcweb/src/
H A Ddbus_utility.cpp139 const sdbusplus::message::object_path& associatedPath, in getAssociatedSubTree() argument
152 associatedPath, path, depth, interfaces); in getAssociatedSubTree()
156 const sdbusplus::message::object_path& associatedPath, in getAssociatedSubTreePaths() argument
171 associatedPath, path, depth, interfaces); in getAssociatedSubTreePaths()
/openbmc/phosphor-objmgr/src/test/
H A Dhandler.cpp345 sdbusplus::message::object_path associatedPath = path0 / "descendent"; in TEST_F() local
353 interfaceMap, associationMap, associatedPath, path0, 0, interfaces); in TEST_F()
366 subtree = getAssociatedSubTree(interfaceMap, associationMap, associatedPath, in TEST_F()
416 sdbusplus::message::object_path associatedPath = path0 / "descendent"; in TEST_F() local
424 interfaceMap, associationMap, associatedPath, path0, 0, interfaces); in TEST_F()
431 interfaceMap, associationMap, associatedPath, path0, 1, interfaces); in TEST_F()
/openbmc/phosphor-bmc-code-mgmt/bmc/usb/
H A Dusb_manager.cpp73 constexpr auto associatedPath = in findAssociatedUpdatablePath() local
78 co_return utils::getProperty<Paths>(ctx.get_bus(), associatedPath, in findAssociatedUpdatablePath()
/openbmc/bmcweb/include/
H A Ddbus_utility.hpp146 const sdbusplus::message::object_path& associatedPath,
153 const sdbusplus::message::object_path& associatedPath,
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Ddata_interface.hpp557 const DBusPath& associatedPath, const DBusPath& subtree, int32_t depth,
935 const DBusPath& associatedPath, const DBusPath& subtree, int32_t depth,
H A Ddata_interface.cpp901 const DBusPath& associatedPath, const DBusPath& subtree, int32_t depth, in getAssociatedPaths() argument
910 method.append(sdbusplus::message::object_path(associatedPath), in getAssociatedPaths()
930 "ERROR", e, "ASSOIC_PATH", associatedPath, "SUBTREE", in getAssociatedPaths()
/openbmc/bmcweb/redfish-core/include/utils/
H A Dsensor_utils.hpp739 const std::string& associatedPath, const std::string& path, in getAllSensorObjects() argument
744 sdbusplus::message::object_path endpointPath{associatedPath}; in getAllSensorObjects()