Searched refs:dimmPropToHex (Results 1 – 1 of 1) sorted by relevance
/openbmc/bmcweb/redfish-core/lib/ |
H A D | memory.hpp | 156 inline void dimmPropToHex(const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in dimmPropToHex() function 229 dimmPropToHex(asyncResp, "ModuleManufacturerID", moduleManufacturerID, in getPersistentMemoryProperties() 231 dimmPropToHex(asyncResp, "ModuleProductID", moduleProductID, jsonPtr); in getPersistentMemoryProperties() 232 dimmPropToHex(asyncResp, "MemorySubsystemControllerManufacturerID", in getPersistentMemoryProperties() 234 dimmPropToHex(asyncResp, "MemorySubsystemControllerProductID", in getPersistentMemoryProperties()
|