Searched refs:endpointPath (Results 1 – 5 of 5) sorted by relevance
/openbmc/phosphor-objmgr/src/ |
H A D | associations.cpp | 315 const std::string& endpointPath, const std::string& endpointType, in addPendingAssociation() argument 318 Association assoc{type, endpointType, endpointPath}; in addPendingAssociation() 345 void removeFromPendingAssociations(const std::string& endpointPath, in removeFromPendingAssociations() argument 355 if (std::get<reversePathPos>(e) == endpointPath) in removeFromPendingAssociations() 457 auto endpointPath = ownerPath; in checkIfPendingAssociation() local 461 addSingleAssociation(io, server, assocPath, endpointPath, owner, in checkIfPendingAssociation() 465 assocPath = endpointPath + '/' + std::get<reverseTypePos>(e); in checkIfPendingAssociation() 466 endpointPath = objectPath; in checkIfPendingAssociation() 467 addSingleAssociation(io, server, assocPath, endpointPath, owner, in checkIfPendingAssociation() 477 << ", endpointPath " << endpointPath in checkIfPendingAssociation() [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 | 744 sdbusplus::message::object_path endpointPath{associatedPath}; in getAllSensorObjects() local 745 endpointPath /= "all_sensors"; in getAllSensorObjects() 748 endpointPath, sdbusplus::message::object_path(path), depth, interfaces, in getAllSensorObjects()
|
/openbmc/bmcweb/redfish-core/lib/ |
H A D | fan.hpp | 69 sdbusplus::message::object_path endpointPath{validChassisPath}; in getFanPaths() local 70 endpointPath /= "cooled_by"; in getFanPaths() 73 endpointPath, in getFanPaths()
|
/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()
|