Home
last modified time | relevance | path

Searched defs:eventId (Results 1 – 18 of 18) sorted by relevance

/openbmc/intel-ipmi-oem/src/
H A Dme_to_redfish_hooks.cpp30 static bool messageHook(const SELData& selData, std::string& eventId, in messageHook()
146 bool messageHook(const SELData& selData, std::string& eventId, in messageHook()
211 bool messageHook(const SELData& selData, std::string& eventId, in messageHook()
248 bool messageHook(const SELData& selData, std::string& eventId, in messageHook()
282 static bool messageHook(const SELData& selData, std::string& eventId, in messageHook()
317 static bool messageHook(const SELData& selData, std::string& eventId, in messageHook()
349 std::string eventId; in messageHook() local
/openbmc/bmcweb/redfish-core/src/
H A Dsubscription.cpp128 uint64_t eventId = 0; in sendHeartbeatEvent() local
182 bool Subscription::sendEventToSubscriber(uint64_t eventId, std::string&& msg) in sendEventToSubscriber()
214 uint64_t eventId, const std::vector<EventLogObjectsType>& eventRecords) in filterAndSendEventLogs()
269 void Subscription::filterAndSendReports(uint64_t eventId, in filterAndSendReports()
H A Devent_log.cpp124 int formatEventLogEntry(uint64_t eventId, const std::string& logEntryID, in formatEventLogEntry()
/openbmc/pldm/platform-mc/
H A Devent_manager.cpp23 pldm_tid_t tid, uint16_t eventId, uint8_t eventClass, in handlePlatformEvent()
350 int EventManager::processCperEvent(pldm_tid_t tid, uint16_t eventId, in processCperEvent()
489 uint16_t eventId, std::vector<uint8_t> eventMessage, uint8_t transferFlag, in getNextPartParameters()
522 uint16_t eventId, in callPolledEventHandlers()
557 uint16_t eventId = PLDM_PLATFORM_EVENT_ID_ACK; in pollForPlatformEventTask() local
655 uint8_t& completionCode, uint8_t& eventTid, uint16_t& eventId, in pollForPlatformEventMessage()
H A Devent_manager.hpp58 {[this](pldm_tid_t tid, uint16_t eventId, const uint8_t* eventData, in EventManager()
74 int handlePlatformEvent(pldm_tid_t tid, uint16_t eventId,
H A Dmanager.hpp221 int handlePolledCperEvent(pldm_tid_t tid, uint16_t eventId, in handlePolledCperEvent()
/openbmc/pldm/oem/ampere/
H A Doem_ampere.hpp99 {[oemEventManager](pldm_tid_t tid, uint16_t eventId, in createOemEventHandler()
121 {[platformManager](pldm_tid_t tid, uint16_t eventId, in createOemEventHandler()
122 const uint8_t* eventData, size_t eventDataSize) { in createOemEventHandler()
/openbmc/intel-ipmi-oem/include/
H A Dme_to_redfish_hooks.hpp58 const SELData& selData, std::string& eventId, in genericMessageHook()
158 const std::string& eventId, in storeRedfishEvent()
/openbmc/bmcweb/test/redfish-core/include/
H A Devent_log_test.cpp130 uint64_t eventId = 0; in TEST() local
169 uint64_t eventId = 0; in TEST() local
/openbmc/phosphor-logging/
H A Dlog_create_main.cpp22 int generate_event(const std::string& eventId, const nlohmann::json& data) in generate_event()
H A Delog_entry.cpp75 std::string Entry::eventId(std::string value) in eventId() function in phosphor::logging::Entry
H A Delog_serialize.cpp60 std::string eventId{}; in load() local
/openbmc/bmcweb/redfish-core/lib/
H A Devent_service.hpp204 std::optional<std::string> eventId; in requestRoutesSubmitTestEvent() local
/openbmc/pldm/libpldmresponder/
H A Dplatform.hpp226 inline void registerEventHandlers(EventType eventId, EventHandlers handlers) in registerEventHandlers()
/openbmc/bmcweb/redfish-core/include/
H A Devent_service_manager.hpp69 uint64_t eventId{1}; member in redfish::EventServiceManager
/openbmc/libpldm/tests/dsp/
H A Dplatform.cpp1639 uint16_t eventId = 159; in TEST() local
1712 uint16_t eventId = 0xffff; in TEST() local
1999 uint16_t eventId = 0x1; in TEST() local
2068 uint16_t eventId = 0x0000; in TEST() local
2108 uint16_t eventId = 0xffff; in TEST() local
2148 uint16_t eventId = 0x1; in TEST() local
2213 uint16_t eventId = 0x1; in TEST() local
/openbmc/pldm/oem/ampere/event/
H A Doem_event_manager.cpp909 int OemEventManager::processOemMsgPollEvent(pldm_tid_t tid, uint16_t eventId, in processOemMsgPollEvent()
/openbmc/ipmitool/src/plugins/imb/
H A Dimbapi.c1545 IsAsyncMessageAvailable (unsigned int eventId ) in IsAsyncMessageAvailable()