Searched refs:attributeHandle (Results 1 – 2 of 2) sorted by relevance
/openbmc/pldm/libpldmresponder/ |
H A D | bios.cpp | 301 uint16_t attributeHandle; in getBIOSAttributeCurrentValueByHandle() local 305 &attributeHandle); in getBIOSAttributeCurrentValueByHandle() 318 table->data(), table->size(), attributeHandle); in getBIOSAttributeCurrentValueByHandle()
|
/openbmc/libpldm/tests/dsp/ |
H A D | bios.cpp | 593 uint8_t attributeHandle = 10; in TEST() local 598 0, transferHandle, transferOpFlag, attributeHandle, request); in TEST() 609 EXPECT_EQ(attributeHandle, le16toh(req->attribute_handle)); in TEST() 616 uint8_t attributeHandle = 0; in TEST() local 619 0, transferHandle, transferOpFlag, attributeHandle, nullptr); in TEST()
|