Home
last modified time | relevance | path

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

/openbmc/intel-ipmi-oem/src/
H A Dstoragecommands.cpp666 auto entityInstanceProperty = entityData->find("EntityInstance"); in getFruSdrs() local
673 if (entityInstanceProperty != entityData->end()) in getFruSdrs()
676 std::get<uint64_t>(entityInstanceProperty->second)); in getFruSdrs()
/openbmc/phosphor-host-ipmid/dbus-sdr/
H A Dstoragecommands.cpp714 auto entityInstanceProperty = entityData->find("EntityInstance"); in getFruSdrs() local
721 if (entityInstanceProperty != entityData->end()) in getFruSdrs()
724 std::get<uint64_t>(entityInstanceProperty->second)); in getFruSdrs()