Home
last modified time | relevance | path

Searched refs:get_reservation_id (Results 1 – 2 of 2) sorted by relevance

/openbmc/phosphor-host-ipmid/docs/
H A Dtesting.md183 inline uint8_t get_reservation_id(GetSdrReq* req)
211 scaffolding. We've only got two functions - `get_reservation_id()` and
219 For `get_reservation_id()`:
260 Let's implement the `get_reservation_id()` items first. The implementations for
283 uint16_t actual = get_sdr::request::get_reservation_id(&input);
296 ASSERT_DEATH(get_sdr::request::get_reservation_id(nullptr), ".*");
315 uint16_t actual = get_sdr::request::get_reservation_id(&input);
/openbmc/phosphor-host-ipmid/
H A Dsensorhandler.hpp138 inline uint16_t get_reservation_id(GetSdrReq* req) in get_reservation_id() function