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.cpp740 auto entityInstanceProperty = entityData->find("EntityInstance"); in getFruSdrs() local
747 if (entityInstanceProperty != entityData->end()) in getFruSdrs()
750 std::get<uint64_t>(entityInstanceProperty->second)); in getFruSdrs()
/openbmc/phosphor-host-ipmid/dbus-sdr/
H A Dstoragecommands.cpp718 auto entityInstanceProperty = entityData->find("EntityInstance"); in getFruSdrs() local
725 if (entityInstanceProperty != entityData->end()) in getFruSdrs()
728 std::get<uint64_t>(entityInstanceProperty->second)); in getFruSdrs()