Searched full:associatedpath (Results 1 – 7 of 7) sorted by relevance
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/ |
H A D | ObjectMapper.interface.yaml | 101 association endpoint on associatedPath 103 - name: associatedPath 130 association endpoint on associatedPath 132 - name: associatedPath
|
/openbmc/phosphor-objmgr/src/test/ |
H A D | handler.cpp | 345 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 D | dbus_utility.hpp | 226 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 D | usb_manager.cpp | 73 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 D | data_interface.hpp | 547 * @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 D | data_interface.cpp | 901 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 D | sensor_utils.hpp | 729 const std::string& associatedPath, const std::string& path, in getAllSensorObjects() argument 734 sdbusplus::message::object_path endpointPath{associatedPath}; in getAllSensorObjects()
|