Searched refs:accelOobRead (Results 1 – 9 of 9) sorted by relevance
/openbmc/google-ipmi-sys/ |
H A D | google_accel_oob.hpp | 35 Resp accelOobRead(std::span<const uint8_t> data, HandlerInterface* handler);
|
H A D | ipmi.cpp | 85 return accelOobRead(data, handler); in handleSysCommand()
|
H A D | google_accel_oob.cpp | 181 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 D | handler.hpp | 182 virtual uint64_t accelOobRead(std::string_view name, uint64_t address,
|
H A D | handler_impl.hpp | 72 uint64_t accelOobRead(std::string_view name, uint64_t address,
|
H A D | handler.cpp | 543 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 D | handler_unittest.cpp | 448 EXPECT_EQ(data, h.accelOobRead("test/path", address, num_bytes)); in TEST() 462 EXPECT_THROW(h.accelOobRead("test/path", address, num_bytes), in TEST() 479 EXPECT_THROW(h.accelOobRead("test/path", address, num_bytes), in TEST() 496 EXPECT_THROW(h.accelOobRead("test/path", address, num_bytes), in TEST()
|
H A D | handler_mock.hpp | 61 MOCK_METHOD(uint64_t, accelOobRead, (std::string_view, uint64_t, uint8_t),
|
H A D | google_accel_oob_unittest.cpp | 142 accelOobRead(kTestDeviceNameStr, kTestAddress, kTestReadSize)) in TEST() 148 Resp r = accelOobRead( in TEST()
|