Home
last modified time | relevance | path

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

/openbmc/phosphor-event/
H A Dmessage.cpp251 hdr.reportedbylen = getlen(rec->reportedby); in create_log_event()
276 myfile.write((char*) rec->reportedby, hdr.reportedbylen); in create_log_event()
322 (*rec)->reportedby = new char[hdr.reportedbylen]; in open()
323 f.read((*rec)->reportedby, hdr.reportedbylen); in open()
339 delete[] rec->reportedby; in close()
H A Devent_messaged_sdbus.c182 p = rec->reportedby; in prop_message()
238 char *reportedby) in accept_message() argument
263 rec.reportedby = reportedby; in accept_message()
304 rec.reportedby = (char*) "Test"; in method_accept_test_message()
H A Dmessage.hpp22 char *reportedby; member
/openbmc/phosphor-event/test/
H A Dutest.cpp12 const char* reportedby, in build_event_record() argument
20 const_cast<char*> (reportedby), in build_event_record()