Searched refs:endpointPath (Results 1 – 5 of 5) sorted by relevance
/openbmc/phosphor-objmgr/src/ |
H A D | associations.cpp | 307 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 D | associations.hpp | 118 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/bmcweb/redfish-core/include/utils/ |
H A D | sensor_utils.hpp | 732 sdbusplus::message::object_path endpointPath{associatedPath}; in getAllSensorObjects() local 733 endpointPath /= "all_sensors"; in getAllSensorObjects() 736 endpointPath, sdbusplus::message::object_path(path), depth, interfaces, in getAllSensorObjects()
|
/openbmc/phosphor-inventory-manager/ |
H A D | association_manager.cpp | 271 for (const auto& endpointPath : paths) in createAssociations() local 276 createAssociation(objectPath, forwardType, endpointPath, in createAssociations()
|
/openbmc/bmcweb/redfish-core/lib/ |
H A D | fan.hpp | 58 sdbusplus::message::object_path endpointPath{validChassisPath}; in getFanPaths() local 59 endpointPath /= "cooled_by"; in getFanPaths() 62 endpointPath, in getFanPaths()
|