Home
last modified time | relevance | path

Searched refs:eventID (Results 1 – 5 of 5) 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/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/tests/dsp/
H A Dplatform.cpp2391 uint16_t eventID = 0x7788; in TEST() local
2403 EXPECT_EQ(poll_event.event_id, eventID); in TEST()