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
14 auto iface = assocMaps.ifaces.find(assocPath); in updateEndpointsOnDbus()
38 i = objectServer.add_interface(assocPath, xyzAssociationInterface); in updateEndpointsOnDbus()
51 const std::string& assocPath, AssociationMaps& assocMaps) in scheduleUpdateEndpointsOnDbus() argument
55 if (delayedUpdatePaths.contains(assocPath)) in scheduleUpdateEndpointsOnDbus()
60 auto iface = assocMaps.ifaces.find(assocPath); in scheduleUpdateEndpointsOnDbus()
69 delayedUpdatePaths.emplace(assocPath); in scheduleUpdateEndpointsOnDbus()
73 assocPath](const boost::system::error_code& ec) { in scheduleUpdateEndpointsOnDbus()
76 updateEndpointsOnDbus(objectServer, assocPath, assocMaps); in scheduleUpdateEndpointsOnDbus()
78 delayedUpdatePaths.erase(assocPath); in scheduleUpdateEndpointsOnDbus()
[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.cpp420 auto assocPath = sensorPath + "/" + assocType; in getCallout()
425 bus, assocPath, assocInterface, "endpoints"); in powerStateChanged()
401 auto assocPath = sensorPath + "/" + assocType; getCallout() local
/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()