Searched refs:accelOobDeviceCount (Results 1 – 9 of 9) sorted by relevance
/openbmc/google-ipmi-sys/ |
H A D | google_accel_oob.hpp | 29 Resp accelOobDeviceCount(std::span<const uint8_t> data,
|
H A D | ipmi.cpp | 81 return accelOobDeviceCount(data, handler); in handleSysCommand()
|
H A D | google_accel_oob.cpp | 42 Resp accelOobDeviceCount(std::span<const uint8_t> data, in accelOobDeviceCount() function 71 uint32_t count = handler->accelOobDeviceCount(); in accelOobDeviceCount()
|
H A D | handler.hpp | 156 virtual uint32_t accelOobDeviceCount() const = 0;
|
H A D | handler_impl.hpp | 70 uint32_t accelOobDeviceCount() const override;
|
H A D | handler.cpp | 483 uint32_t Handler::accelOobDeviceCount() const in accelOobDeviceCount() function in google::ipmi::Handler
|
/openbmc/google-ipmi-sys/test/ |
H A D | handler_mock.hpp | 59 MOCK_METHOD(uint32_t, accelOobDeviceCount, (), (const, override));
|
H A D | google_accel_oob_unittest.cpp | 45 EXPECT_CALL(h, accelOobDeviceCount()).WillOnce(Return(kTestDeviceCount)); in TEST() 47 Resp r = accelOobDeviceCount(reqBuf, &h); in TEST()
|
H A D | handler_unittest.cpp | 320 EXPECT_EQ(1, h.accelOobDeviceCount()); in TEST() 329 EXPECT_THROW(h.accelOobDeviceCount(), IpmiException); in TEST()
|