Home
last modified time | relevance | path

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

/openbmc/phosphor-objmgr/src/
H A Dassociations.cpp10 const std::string& assocPath, in updateEndpointsOnDbus() argument
13 auto& iface = assocMaps.ifaces[assocPath]; in updateEndpointsOnDbus()
48 if (delayedUpdatePaths.contains(assocPath)) in scheduleUpdateEndpointsOnDbus()
53 auto& iface = assocMaps.ifaces[assocPath]; in scheduleUpdateEndpointsOnDbus()
58 delayedUpdatePaths.emplace(assocPath); in scheduleUpdateEndpointsOnDbus()
67 delayedUpdatePaths.erase(assocPath); in scheduleUpdateEndpointsOnDbus()
125 const std::string& assocPath, in removeAssociationEndpoints() argument
211 const std::string& assocPath, in addEndpointsToAssocIfaces() argument
215 auto& iface = assocMaps.ifaces[assocPath]; in addEndpointsToAssocIfaces()
375 objects.emplace(assocPath, e); in addSingleAssociation()
[all …]
H A Dassociations.hpp44 const std::string& assocPath,
143 const std::string& assocPath, const std::string& endpoint,
/openbmc/phosphor-power/phosphor-power-supply/
H A Dutil.hpp200 sdbusplus::message::object_path assocPath = invpath + "/powering"; in getChassis() local
207 bus, assocPath, basePath, interfaces, 0); in getChassis()
/openbmc/phosphor-fan-presence/sensor-monitor/
H A Dthreshold_alarm_logger.cpp401 auto assocPath = sensorPath + "/" + assocType; in getCallout() local
406 bus, assocPath, assocInterface, "endpoints"); in getCallout()
/openbmc/entity-manager/src/
H A Dentity_manager.cpp809 for (const auto& [assocPath, assocPropValue] : in postToDbus()
812 auto findBoard = newBoards.find(assocPath); in postToDbus()
819 objServer, assocPath, "xyz.openbmc_project.Association.Definitions", in postToDbus()