Home
last modified time | relevance | path

Searched refs:get_record_id (Results 1 – 3 of 3) sorted by relevance

/openbmc/phosphor-host-ipmid/docs/
H A Dtesting.md188 inline uint16_t get_record_id(GetSdrReq* req)
212 `get_record_id()`. We want to test:
235 For `get_record_id()`, we have pretty much the same set of tests:
261 `get_record_id()` will be identical, so we won't cover them here.
320 The `get_record_id()` tests are identical, except that they are testing the
/openbmc/phosphor-host-ipmid/
H A Dsensorhandler.cpp1130 auto recordID = get_sdr::request::get_record_id(req); in ipmi_fru_get_sdr()
1224 auto recordID = get_sdr::request::get_record_id(req); in ipmi_entity_get_sdr()
1295 auto recordID = get_sdr::request::get_record_id(req); in ipmi_sen_get_sdr()
H A Dsensorhandler.hpp143 inline uint16_t get_record_id(GetSdrReq* req) in get_record_id() function