Home
last modified time | relevance | path

Searched full:associatedpath (Results 1 – 7 of 7) sorted by relevance

/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/
H A DObjectMapper.interface.yaml101 association endpoint on associatedPath
103 - name: associatedPath
130 association endpoint on associatedPath
132 - name: associatedPath
/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/bmcweb/include/
H A Ddbus_utility.hpp226 const sdbusplus::message::object_path& associatedPath, in getAssociatedSubTree() argument
239 associatedPath, path, depth, interfaces); in getAssociatedSubTree()
243 const sdbusplus::message::object_path& associatedPath, in getAssociatedSubTreePaths() argument
258 associatedPath, path, depth, interfaces); in getAssociatedSubTreePaths()
/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/phosphor-logging/extensions/openpower-pels/
H A Ddata_interface.hpp547 * @param[in] associatedPath - The D-Bus object path
557 const DBusPath& associatedPath, const DBusPath& subtree, int32_t depth,
925 * @param[in] associatedPath - The D-Bus object path
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()
928 "AssociatedPath: {ASSOIC_PATH} Subtree: {SUBTREE} " in getAssociatedPaths()
930 "ERROR", e, "ASSOIC_PATH", associatedPath, "SUBTREE", in getAssociatedPaths()
/openbmc/bmcweb/redfish-core/include/utils/
H A Dsensor_utils.hpp729 const std::string& associatedPath, const std::string& path, in getAllSensorObjects() argument
734 sdbusplus::message::object_path endpointPath{associatedPath}; in getAllSensorObjects()