Searched refs:accelSetVrSettings (Results 1 – 8 of 8) sorted by relevance
/openbmc/google-ipmi-sys/test/ |
H A D | google_accel_oob_unittest.cpp | 248 EXPECT_CALL(h, accelSetVrSettings(_, kChipId, kSettingsId, kTestValue)) in TEST() 251 Resp r = accelSetVrSettings(nullptr, testData, &h); in TEST() 273 EXPECT_CALL(h, accelSetVrSettings(_, _, _, _)).Times(0); in TEST() 275 Resp r = accelSetVrSettings(nullptr, testData, &h); in TEST()
|
H A D | handler_mock.hpp | 69 MOCK_METHOD(void, accelSetVrSettings,
|
/openbmc/google-ipmi-sys/ |
H A D | google_accel_oob.hpp | 40 Resp accelSetVrSettings(::ipmi::Context::ptr ctx, std::span<const uint8_t> data,
|
H A D | ipmi.cpp | 95 return accelSetVrSettings(ctx, data, handler); in handleSysCommand()
|
H A D | google_accel_oob.cpp | 315 Resp accelSetVrSettings(::ipmi::Context::ptr ctx, std::span<const uint8_t> data, in accelSetVrSettings() function 329 handler->accelSetVrSettings(ctx, /*chip_id*/ data[0], in accelSetVrSettings()
|
H A D | handler.hpp | 223 virtual void accelSetVrSettings(::ipmi::Context::ptr ctx, uint8_t chip_id,
|
H A D | handler_impl.hpp | 77 void accelSetVrSettings(::ipmi::Context::ptr ctx, uint8_t chip_id,
|
H A D | handler.cpp | 711 void Handler::accelSetVrSettings(::ipmi::Context::ptr ctx, uint8_t chip_id, in accelSetVrSettings() function in google::ipmi::Handler
|