Searched refs:accelGetVrSettings (Results 1 – 8 of 8) sorted by relevance
/openbmc/google-ipmi-sys/test/ |
H A D | google_accel_oob_unittest.cpp | 292 EXPECT_CALL(h, accelGetVrSettings(_, kChipId, kSettingsId)) in TEST() 295 Resp r = accelGetVrSettings(nullptr, testData, &h); in TEST() 320 EXPECT_CALL(h, accelGetVrSettings(_, _, _)).Times(0); in TEST() 322 Resp r = accelGetVrSettings(nullptr, testData, &h); in TEST()
|
H A D | handler_mock.hpp | 72 MOCK_METHOD(uint16_t, accelGetVrSettings,
|
/openbmc/google-ipmi-sys/ |
H A D | google_accel_oob.hpp | 42 Resp accelGetVrSettings(::ipmi::Context::ptr ctx, std::span<const uint8_t> data,
|
H A D | ipmi.cpp | 93 return accelGetVrSettings(ctx, data, handler); in handleSysCommand()
|
H A D | google_accel_oob.cpp | 287 Resp accelGetVrSettings(::ipmi::Context::ptr ctx, std::span<const uint8_t> data, in accelGetVrSettings() function 302 value = handler->accelGetVrSettings(ctx, /*chip_id*/ data[0], in accelGetVrSettings()
|
H A D | handler.hpp | 233 virtual uint16_t accelGetVrSettings(::ipmi::Context::ptr ctx,
|
H A D | handler_impl.hpp | 79 uint16_t accelGetVrSettings(::ipmi::Context::ptr ctx, uint8_t chip_id,
|
H A D | handler.cpp | 745 uint16_t Handler::accelGetVrSettings(::ipmi::Context::ptr ctx, uint8_t chip_id, in accelGetVrSettings() function in google::ipmi::Handler
|