Home
last modified time | relevance | path

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

/openbmc/phosphor-ipmi-blobs/test/
H A Dipmi_read_unittest.cpp34 auto result = validateReply(readBlob(&mgr, request)); in TEST()
56 auto result = validateReply(readBlob(&mgr, request)); in TEST()
/openbmc/phosphor-ipmi-blobs/
H A Dipmi.hpp193 Resp readBlob(ManagerInterface* mgr, std::span<const uint8_t> data);
H A Dprocess.cpp44 {BlobOEMCommands::bmcBlobRead, readBlob},
H A Dipmi.cpp250 Resp readBlob(ManagerInterface* mgr, std::span<const uint8_t> data) in readBlob() function