Home
last modified time | relevance | path

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

/openbmc/phosphor-event/
H A Dmessage.cpp28 uint16_t associationlen; member
250 hdr.associationlen = getlen(rec->association); in create_log_event()
257 hdr.associationlen + \ in create_log_event()
275 myfile.write((char*) rec->association, hdr.associationlen); in create_log_event()
319 (*rec)->association = new char[hdr.associationlen]; in open()
320 f.read((*rec)->association, hdr.associationlen); in open()