Home
last modified time | relevance | path

Searched refs:entityIdProp (Results 1 – 2 of 2) sorted by relevance

/openbmc/phosphor-host-ipmid/dbus-sdr/
H A Dsdrutils.cpp564 ipmi::PropertyMap::iterator entityIdProp; in updateIpmiFromAssociation() local
573 entityIdProp = ipmiProperties.find("EntityId"); in updateIpmiFromAssociation()
575 if (entityIdProp != ipmiProperties.end()) in updateIpmiFromAssociation()
578 std::get<uint64_t>(entityIdProp->second)); in updateIpmiFromAssociation()
628 entityIdProp = configurationProperties.find("EntityId"); in updateIpmiFromAssociation()
630 if (entityIdProp != configurationProperties.end()) in updateIpmiFromAssociation()
633 static_cast<uint8_t>(std::get<uint64_t>(entityIdProp->second)); in updateIpmiFromAssociation()
/openbmc/intel-ipmi-oem/include/
H A Dsdrutils.hpp600 auto entityIdProp = ipmiProperties.find("EntityId"); in updateIpmiFromAssociation() local
602 if (entityIdProp != ipmiProperties.end()) in updateIpmiFromAssociation()
605 static_cast<uint8_t>(std::get<uint64_t>(entityIdProp->second)); in updateIpmiFromAssociation()
646 entityIdProp = configurationProperties.find("EntityId"); in updateIpmiFromAssociation()
648 if (entityIdProp != configurationProperties.end()) in updateIpmiFromAssociation()
651 static_cast<uint8_t>(std::get<uint64_t>(entityIdProp->second)); in updateIpmiFromAssociation()