Home
last modified time | relevance | path

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

/openbmc/phosphor-webui/app/common/directives/
H A Dlog-event.js44 if ((event.eventID != 'None') && (event.description != 'None')) {
45 title = event.eventID + ': ' + event.description;
/openbmc/pldm/oem/ampere/event/
H A Dcper.hpp39 void addCperSELLog(uint8_t TID, uint16_t eventID, EFI_AMPERE_ERROR_DATA* p);
H A Dcper.cpp183 void addCperSELLog(pldm_tid_t tid, uint16_t eventID, EFI_AMPERE_ERROR_DATA* p) in addCperSELLog() argument
213 evtData2 = eventID; in addCperSELLog()
/openbmc/phosphor-webui/app/overview/controllers/
H A Dsystem-overview-controller.js158 if ((event.eventID != 'None') && (event.description != 'None')) {
159 title = event.eventID + ': ' + event.description;
/openbmc/phosphor-webui/app/common/services/
H A Dapi-utils.js847 var eventID = 'None';
872 eventID = content.data[key].EventID;
893 eventID: eventID,
/openbmc/ibm-logging/
H A Dmanager.cpp170 object->eventID(std::get<policy::EIDField>(values)); in createPolicyInterface()
/openbmc/libpldm/
H A DCHANGELOG.md182 should be the previously retrieved eventID (from the PLDM terminus).
/openbmc/libpldm/tests/dsp/
H A Dplatform.cpp2589 uint16_t eventID = 0x7788; in TEST() local
2601 EXPECT_EQ(poll_event.event_id, eventID); in TEST()