Home
last modified time | relevance | path

Searched refs:set_id_type (Results 1 – 5 of 5) sorted by relevance

/openbmc/phosphor-host-ipmid/
H A Dsensorhandler.hpp616 inline void set_id_type(uint8_t type, SensorDataFullRecordBody* body) in set_id_type() function
621 inline void set_id_type(uint8_t type, SensorDataEventRecordBody* body) in set_id_type() function
H A Dsensorhandler.cpp1113 get_sdr::body::set_id_type(3, body); // "8-bit ASCII + Latin 1" in populate_record_from_dbus()
/openbmc/intel-ipmi-oem/include/
H A Dstoragecommands.hpp180 inline void set_id_type(uint8_t type, SensorDataFullRecordBody* body) in set_id_type() function
/openbmc/phosphor-host-ipmid/dbus-sdr/
H A Dsensorcommands.cpp1908 get_sdr::body::set_id_type(3, &record.body); // "8-bit ASCII + Latin 1" in constructSensorSdr()
2030 get_sdr::body::set_id_type(3, &record.body); // "8-bit ASCII + Latin 1" in constructStaticSensorSdr()
2097 get_sdr::body::set_id_type(3, &record.body); // "8-bit ASCII + Latin 1" in constructVrSdr()
/openbmc/intel-ipmi-oem/src/
H A Dsensorcommands.cpp1477 get_sdr::body::set_id_type(3, &record.body); // "8-bit ASCII + Latin 1" in getSensorDataRecord()