Home
last modified time | relevance | path

Searched refs:endpointPath (Results 1 – 4 of 4) sorted by relevance

/openbmc/phosphor-objmgr/src/
H A Dassociations.cpp307 Association assoc{type, endpointType, endpointPath}; in addPendingAssociation()
344 if (std::get<reversePathPos>(e) == endpointPath) in removeFromPendingAssociations()
446 auto endpointPath = ownerPath; in checkIfPendingAssociation() local
455 endpointPath = objectPath; in checkIfPendingAssociation()
466 << ", endpointPath " << endpointPath in checkIfPendingAssociation()
480 void findAssociations(const std::string& endpointPath, in findAssociations() argument
491 endpointPath) != endpoints.end()) in findAssociations()
546 const std::string& endpointPath, AssociationMaps& assocMaps, in removeAssociationIfacesEntry() argument
588 endpointPath); in removeAssociationOwnersEntry()
623 findAssociations(endpointPath, assocMaps, associationData); in moveAssociationToPending()
[all …]
H A Dassociations.hpp118 const std::string& endpointPath, const std::string& endpointType,
128 void removeFromPendingAssociations(const std::string& endpointPath,
173 void findAssociations(const std::string& endpointPath,
190 boost::asio::io_context& io, const std::string& endpointPath,
/openbmc/phosphor-inventory-manager/
H A Dassociation_manager.cpp271 for (const auto& endpointPath : paths) in createAssociations() local
276 createAssociation(objectPath, forwardType, endpointPath, in createAssociations()
/openbmc/bmcweb/redfish-core/lib/
H A Dfan.hpp58 sdbusplus::message::object_path endpointPath{validChassisPath}; in getFanPaths() local
59 endpointPath /= "cooled_by"; in getFanPaths()
62 endpointPath, in getFanPaths()