Searched refs:assocPath (Results 1 – 5 of 5) sorted by relevance
| /openbmc/phosphor-objmgr/src/ |
| H A D | associations.cpp | 12 const std::string& assocPath, in updateEndpointsOnDbus() argument 16 auto iface = assocMaps.ifaces.find(assocPath); in updateEndpointsOnDbus() 40 i = objectServer.add_interface(assocPath, xyzAssociationInterface); in updateEndpointsOnDbus() 53 const std::string& assocPath, AssociationMaps& assocMaps) in scheduleUpdateEndpointsOnDbus() argument 57 if (delayedUpdatePaths.contains(assocPath)) in scheduleUpdateEndpointsOnDbus() 62 auto iface = assocMaps.ifaces.find(assocPath); in scheduleUpdateEndpointsOnDbus() 71 delayedUpdatePaths.emplace(assocPath); in scheduleUpdateEndpointsOnDbus() 75 assocPath](const boost::system::error_code& ec) { in scheduleUpdateEndpointsOnDbus() 78 updateEndpointsOnDbus(objectServer, assocPath, assocMaps); in scheduleUpdateEndpointsOnDbus() 80 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 | 191 sdbusplus::message::object_path assocPath = invpath + "/powering"; in getChassis() local 201 bus, assocPath, basePath, interfaces, 0); in getChassis()
|
| /openbmc/phosphor-fan-presence/sensor-monitor/ |
| H A D | threshold_alarm_logger.cpp | 412 auto assocPath = sensorPath + "/" + assocType; in getCallout() local 417 bus, assocPath, assocInterface, "endpoints"); in getCallout()
|
| /openbmc/entity-manager/src/entity_manager/ |
| H A D | entity_manager.cpp | 100 for (const auto& [assocPath, assocPropValue] : in postToDbus() 103 auto findBoard = newBoards.find(assocPath); in postToDbus() 110 assocPath, in postToDbus()
|