Home
last modified time | relevance | path

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

/openbmc/phosphor-host-ipmid/
H A Dsensorhandler.hpp602 inline void set_id_strlen(uint8_t len, SensorDataFullRecordBody* body) in set_id_strlen() function
607 inline void set_id_strlen(uint8_t len, SensorDataEventRecordBody* body) in set_id_strlen() function
H A Dsensorhandler.cpp1107 get_sdr::body::set_id_strlen(FULL_RECORD_ID_STR_MAX_LENGTH, body); in populate_record_from_dbus()
1111 get_sdr::body::set_id_strlen(id_string.length(), body); in populate_record_from_dbus()
/openbmc/intel-ipmi-oem/include/
H A Dstoragecommands.hpp175 inline void set_id_strlen(uint8_t len, SensorDataFullRecordBody* body) in set_id_strlen() function
/openbmc/phosphor-host-ipmid/dbus-sdr/
H A Dsensorcommands.cpp1907 get_sdr::body::set_id_strlen(name.size(), &record.body); in constructSensorSdr()
2023 get_sdr::body::set_id_strlen(FULL_RECORD_ID_STR_MAX_LENGTH, in constructStaticSensorSdr()
2028 get_sdr::body::set_id_strlen(id_string.length(), &(record.body)); in constructStaticSensorSdr()
2096 get_sdr::body::set_id_strlen(nameSize, &record.body); in constructVrSdr()
/openbmc/intel-ipmi-oem/src/
H A Dsensorcommands.cpp1476 get_sdr::body::set_id_strlen(name.size(), &record.body); in getSensorDataRecord()