Home
last modified time | relevance | path

Searched refs:getType12SDRs (Results 1 – 6 of 6) sorted by relevance

/openbmc/phosphor-host-ipmid/include/dbus-sdr/
H A Dstoragecommands.hpp134 std::vector<uint8_t> getType12SDRs(uint16_t index, uint16_t recordId);
/openbmc/intel-ipmi-oem/include/
H A Dstoragecommands.hpp323 std::vector<uint8_t> getType12SDRs(uint16_t index, uint16_t recordId);
/openbmc/intel-ipmi-oem/src/
H A Dstoragecommands.cpp1244 std::vector<uint8_t> getType12SDRs(uint16_t index, uint16_t recordId) in getType12SDRs() function
H A Dsensorcommands.cpp1250 recordData = ipmi::storage::getType12SDRs(type12Index, recordID); in getSensorDataRecord()
/openbmc/phosphor-host-ipmid/dbus-sdr/
H A Dstoragecommands.cpp1241 std::vector<uint8_t> getType12SDRs(uint16_t index, uint16_t recordId) in getType12SDRs() function
H A Dsensorcommands.cpp699 recordData = ipmi::storage::getType12SDRs(type12Index, recordID); in getOtherSensorsDataRecord()