Home
last modified time | relevance | path

Searched refs:accelGetVrSettings (Results 1 – 8 of 8) sorted by relevance

/openbmc/google-ipmi-sys/test/
H A Dgoogle_accel_oob_unittest.cpp292 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 Dhandler_mock.hpp72 MOCK_METHOD(uint16_t, accelGetVrSettings,
/openbmc/google-ipmi-sys/
H A Dgoogle_accel_oob.hpp42 Resp accelGetVrSettings(::ipmi::Context::ptr ctx, std::span<const uint8_t> data,
H A Dipmi.cpp92 return accelGetVrSettings(ctx, data, handler); in handleSysCommand()
H A Dhandler.hpp233 virtual uint16_t accelGetVrSettings(::ipmi::Context::ptr ctx,
H A Dgoogle_accel_oob.cpp287 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 Dhandler_impl.hpp79 uint16_t accelGetVrSettings(::ipmi::Context::ptr ctx, uint8_t chip_id,
H A Dhandler.cpp745 uint16_t Handler::accelGetVrSettings(::ipmi::Context::ptr ctx, uint8_t chip_id, in accelGetVrSettings() function in google::ipmi::Handler