Home
last modified time | relevance | path

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

/openbmc/phosphor-objmgr/src/
H A Dassociations.cpp317 const std::string& endpointPath, const std::string& endpointType, in addPendingAssociation() argument
320 Association assoc{type, endpointType, endpointPath}; in addPendingAssociation()
347 void removeFromPendingAssociations(const std::string& endpointPath, in removeFromPendingAssociations() argument
357 if (std::get<reversePathPos>(e) == endpointPath) in removeFromPendingAssociations()
458 auto endpointPath = ownerPath; in checkIfPendingAssociation() local
462 addSingleAssociation(io, server, assocPath, endpointPath, owner, in checkIfPendingAssociation()
466 assocPath = endpointPath + '/' + std::get<reverseTypePos>(e); in checkIfPendingAssociation()
467 endpointPath = objectPath; in checkIfPendingAssociation()
468 addSingleAssociation(io, server, assocPath, endpointPath, owner, in checkIfPendingAssociation()
478 << ", 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 Dfan_utils.hpp34 sdbusplus::message::object_path endpointPath{validChassisPath}; in getFanPaths() local
35 endpointPath /= "cooled_by"; in getFanPaths()
38 endpointPath, in getFanPaths()
H A Dsensor_utils.hpp950 sdbusplus::message::object_path endpointPath{associatedPath}; in getAllSensorObjects() local
951 endpointPath /= "all_sensors"; in getAllSensorObjects()
954 endpointPath, sdbusplus::message::object_path(path), depth, interfaces, in getAllSensorObjects()
/openbmc/phosphor-inventory-manager/
H A Dassociation_manager.cpp271 for (const auto& endpointPath : paths) in createAssociations() local
276 createAssociation(objectPath, forwardType, endpointPath, in createAssociations()