Searched refs:accelOobDeviceName (Results 1 – 9 of 9) sorted by relevance
/openbmc/google-ipmi-sys/ |
H A D | google_accel_oob.hpp | 32 Resp accelOobDeviceName(std::span<const uint8_t> data,
|
H A D | ipmi.cpp | 83 return accelOobDeviceName(data, handler); in handleSysCommand()
|
H A D | google_accel_oob.cpp | 81 Resp accelOobDeviceName(std::span<const uint8_t> data, in accelOobDeviceName() function 113 std::string name = handler->accelOobDeviceName(req->index); in accelOobDeviceName()
|
H A D | handler.hpp | 168 virtual std::string accelOobDeviceName(size_t index) const = 0;
|
H A D | handler_impl.hpp | 71 std::string accelOobDeviceName(size_t index) const override;
|
H A D | handler.cpp | 506 std::string Handler::accelOobDeviceName(size_t index) const in accelOobDeviceName() function in google::ipmi::Handler
|
/openbmc/google-ipmi-sys/test/ |
H A D | handler_unittest.cpp | 337 EXPECT_EQ(std::string("test/path"), h.accelOobDeviceName(0)); in TEST() 346 EXPECT_THROW(h.accelOobDeviceName(0), IpmiException); in TEST() 354 EXPECT_THROW(h.accelOobDeviceName(1), IpmiException); in TEST() 363 EXPECT_THROW(h.accelOobDeviceName(0), IpmiException); in TEST()
|
H A D | handler_mock.hpp | 60 MOCK_METHOD(std::string, accelOobDeviceName, (size_t), (const, override));
|
H A D | google_accel_oob_unittest.cpp | 83 EXPECT_CALL(h, accelOobDeviceName(kTestDeviceIndex)) in TEST() 87 Resp r = accelOobDeviceName( in TEST()
|