Home
last modified time | relevance | path

Searched defs:associatedPath (Results 1 – 5 of 5) sorted by relevance

/openbmc/bmcweb/src/
H A Ddbus_utility.cpp139 getAssociatedSubTree(const sdbusplus::message::object_path & associatedPath,const sdbusplus::message::object_path & path,int32_t depth,std::span<const std::string_view> interfaces,std::function<void (const boost::system::error_code &,const MapperGetSubTreeResponse &)> && callback) getAssociatedSubTree() argument
156 getAssociatedSubTreePaths(const sdbusplus::message::object_path & associatedPath,const sdbusplus::message::object_path & path,int32_t depth,std::span<const std::string_view> interfaces,std::function<void (const boost::system::error_code &,const MapperGetSubTreePathsResponse &)> && callback) getAssociatedSubTreePaths() argument
/openbmc/phosphor-objmgr/src/test/
H A Dhandler.cpp345 sdbusplus::message::object_path associatedPath = path0 / "descendent"; in TEST_F() local
416 sdbusplus::message::object_path associatedPath = path0 / "descendent"; in TEST_F() local
/openbmc/phosphor-bmc-code-mgmt/bmc/usb/
H A Dusb_manager.cpp72 constexpr auto associatedPath = in findAssociatedUpdatablePath() local
/openbmc/bmcweb/redfish-core/include/utils/
H A Dsensor_utils.hpp769 const std::string& associatedPath, const std::string& path, in getAllSensorObjects()
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Ddata_interface.cpp901 const DBusPath& associatedPath, const DBusPath& subtree, int32_t depth, in getAssociatedPaths() argument