Home
last modified time | relevance | path

Searched refs:getBlobCount (Results 1 – 5 of 5) sorted by relevance

/openbmc/phosphor-ipmi-blobs/test/
H A Dipmi_getcount_unittest.cpp31 auto result = validateReply(getBlobCount(&mgr, {})); in TEST()
50 auto result = validateReply(getBlobCount(&mgr, {})); in TEST()
H A Dprocess_unittest.cpp83 EqualFunctions(getBlobCount, handler); in TEST_F()
/openbmc/phosphor-ipmi-blobs/
H A Dipmi.hpp148 Resp getBlobCount(ManagerInterface* mgr, std::span<const uint8_t> data);
H A Dprocess.cpp41 {BlobOEMCommands::bmcBlobGetCount, getBlobCount},
H A Dipmi.cpp78 Resp getBlobCount(ManagerInterface* mgr, std::span<const uint8_t>) in getBlobCount() function