Home
last modified time | relevance | path

Searched refs:accelOobRead (Results 1 – 9 of 9) sorted by relevance

/openbmc/google-ipmi-sys/
H A Dgoogle_accel_oob.hpp35 Resp accelOobRead(std::span<const uint8_t> data, HandlerInterface* handler);
H A Dipmi.cpp84 return accelOobRead(data, handler); in handleSysCommand()
H A Dhandler.hpp182 virtual uint64_t accelOobRead(std::string_view name, uint64_t address,
H A Dgoogle_accel_oob.cpp181 Resp accelOobRead(std::span<const uint8_t> data, HandlerInterface* handler) in accelOobRead() function
227 uint64_t r = handler->accelOobRead(name, req->address, req->num_bytes); in accelOobRead()
H A Dhandler_impl.hpp72 uint64_t accelOobRead(std::string_view name, uint64_t address,
H A Dhandler.cpp543 uint64_t Handler::accelOobRead(std::string_view name, uint64_t address, in accelOobRead() function in google::ipmi::Handler
/openbmc/google-ipmi-sys/test/
H A Dhandler_mock.hpp61 MOCK_METHOD(uint64_t, accelOobRead, (std::string_view, uint64_t, uint8_t),
H A Dhandler_unittest.cpp449 EXPECT_EQ(data, h.accelOobRead("test/path", address, num_bytes)); in TEST()
463 EXPECT_THROW(h.accelOobRead("test/path", address, num_bytes), in TEST()
480 EXPECT_THROW(h.accelOobRead("test/path", address, num_bytes), in TEST()
497 EXPECT_THROW(h.accelOobRead("test/path", address, num_bytes), in TEST()
H A Dgoogle_accel_oob_unittest.cpp142 accelOobRead(kTestDeviceNameStr, kTestAddress, kTestReadSize)) in TEST()
148 Resp r = accelOobRead( in TEST()