Searched refs:assocPath (Results 1 – 5 of 5) sorted by relevance
/openbmc/phosphor-objmgr/src/ |
H A D | associations.cpp | 10 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 D | associations.hpp | 44 const std::string& assocPath, 143 const std::string& assocPath, const std::string& endpoint,
|
/openbmc/phosphor-power/phosphor-power-supply/ |
H A D | util.hpp | 200 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 D | threshold_alarm_logger.cpp | 420 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 D | entity_manager.cpp | 809 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()
|