Searched refs:accelOobWrite (Results 1 – 9 of 9) sorted by relevance
/openbmc/google-ipmi-sys/ |
H A D | google_accel_oob.hpp | 37 Resp accelOobWrite(std::span<const uint8_t> data, HandlerInterface* handler);
|
H A D | ipmi.cpp | 87 return accelOobWrite(data, handler); in handleSysCommand()
|
H A D | google_accel_oob.cpp | 237 Resp accelOobWrite(std::span<const uint8_t> data, HandlerInterface* handler) in accelOobWrite() function 279 handler->accelOobWrite(name, req->address, req->num_bytes, req->data); in accelOobWrite()
|
H A D | handler.hpp | 197 virtual void accelOobWrite(std::string_view name, uint64_t address,
|
H A D | handler_impl.hpp | 74 void accelOobWrite(std::string_view name, uint64_t address,
|
H A D | handler.cpp | 613 void Handler::accelOobWrite(std::string_view name, uint64_t address, in accelOobWrite() function in google::ipmi::Handler
|
/openbmc/google-ipmi-sys/test/ |
H A D | handler_mock.hpp | 63 MOCK_METHOD(void, accelOobWrite,
|
H A D | google_accel_oob_unittest.cpp | 207 EXPECT_CALL(h, accelOobWrite(kTestDeviceNameStr, kTestAddress, in TEST() 214 Resp r = accelOobWrite( in TEST()
|
H A D | handler_unittest.cpp | 569 EXPECT_NO_THROW(h.accelOobWrite("test/path", address, num_bytes, data)); in TEST() 581 EXPECT_THROW(h.accelOobWrite("test/path", address, num_bytes, data), in TEST() 596 EXPECT_THROW(h.accelOobWrite("test/path", address, num_bytes, data), in TEST()
|