Home
last modified time | relevance | path

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

/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/bmcweb/include/
H A Ddbus_utility.hpp226 const sdbusplus::message::object_path& associatedPath, in getAssociatedSubTree() argument
243 const sdbusplus::message::object_path& associatedPath, in getAssociatedSubTreePaths() argument
/openbmc/phosphor-bmc-code-mgmt/bmc/usb/
H A Dusb_manager.cpp73 constexpr auto associatedPath = in findAssociatedUpdatablePath() local
/openbmc/bmcweb/redfish-core/include/utils/
H A Dsensor_utils.hpp729 getAllSensorObjects(const std::string & associatedPath,const std::string & path,std::span<const std::string_view> interfaces,const int32_t depth,std::function<void (const boost::system::error_code & ec,SensorServicePathList &)> && callback) getAllSensorObjects() argument
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Ddata_interface.cpp901 const DBusPath& associatedPath, const DBusPath& subtree, int32_t depth, in getAssociatedPaths()