Searched refs:writeBlob (Results 1 – 5 of 5) sorted by relevance
35 EXPECT_EQ(ipmi::responseUnspecifiedError(), writeBlob(&mgr, request)); in TEST()61 writeBlob(&mgr, request)); in TEST()
145 EqualFunctions(writeBlob, handler); in TEST_F()
198 Resp writeBlob(ManagerInterface* mgr, std::span<const uint8_t> data);
45 {BlobOEMCommands::bmcBlobWrite, writeBlob},
276 Resp writeBlob(ManagerInterface* mgr, std::span<const uint8_t> data) in writeBlob() function