Home
last modified time | relevance | path

Searched refs:set_id_strlen (Results 1 – 4 of 4) 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.cpp1153 get_sdr::body::set_id_strlen(FULL_RECORD_ID_STR_MAX_LENGTH, body); in populate_record_from_dbus()
1157 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.cpp1912 get_sdr::body::set_id_strlen(name.size(), &record.body); in constructSensorSdr()
2027 get_sdr::body::set_id_strlen(FULL_RECORD_ID_STR_MAX_LENGTH, in constructStaticSensorSdr()
2032 get_sdr::body::set_id_strlen(id_string.length(), &(record.body)); in constructStaticSensorSdr()
2099 get_sdr::body::set_id_strlen(nameSize, &record.body); in constructVrSdr()