Home
last modified time | relevance | path

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

/openbmc/phosphor-objmgr/src/
H A Dassociations.cpp315 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 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/bmcweb/redfish-core/include/utils/
H A Dsensor_utils.hpp744 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 Dfan.hpp69 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 Dassociation_manager.cpp271 for (const auto& endpointPath : paths) in createAssociations() local
276 createAssociation(objectPath, forwardType, endpointPath, in createAssociations()