Home
last modified time | relevance | path

Searched refs:InventoryValue (Results 1 – 4 of 4) sorted by relevance

/openbmc/dbus-sensors/src/tests/
H A Dtest_NvidiaDeviceInventoryMctpVdm.cpp64 InventoryValue info; in TEST()
105 InventoryValue info; in TEST()
/openbmc/dbus-sensors/src/nvidia-gpu/
H A DNvidiaGpuMctpVdm.hpp22 using InventoryValue = std::variant<std::string, std::vector<uint8_t>>;
310 InventoryPropertyId propertyId, InventoryValue& value);
21 using InventoryValue = std::variant<std::string, std::vector<uint8_t>>; global() typedef
H A DInventory.cpp185 gpu::InventoryValue info; in handleInventoryPropertyResponse()
H A DNvidiaGpuMctpVdm.cpp524 InventoryPropertyId propertyId, InventoryValue& value) in decodeGetInventoryInformationResponse()