Searched refs:set_id_strlen (Results 1 – 4 of 4) sorted by relevance
602 inline void set_id_strlen(uint8_t len, SensorDataFullRecordBody* body) in set_id_strlen() function607 inline void set_id_strlen(uint8_t len, SensorDataEventRecordBody* body) in set_id_strlen() function
1153 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()
175 inline void set_id_strlen(uint8_t len, SensorDataFullRecordBody* body) in set_id_strlen() function
1912 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()