Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/src/
H A Dfilesystem_log_watcher.cpp59 std::vector<EventLogObjectsType> eventRecords; in readEventLogsFromFile() local
95 eventRecords.emplace_back(idStr, timestamp, messageID, messageArgs); in readEventLogsFromFile()
98 if (eventRecords.empty()) in readEventLogsFromFile()
104 EventServiceManager::sendEventsToSubs(eventRecords); in readEventLogsFromFile()
H A Ddbus_log_watcher.cpp61 std::vector<EventLogObjectsType> eventRecords; in dbusEventLogMatchHandlerSingleEntry() local
62 EventLogObjectsType& event = eventRecords.emplace_back(); in dbusEventLogMatchHandlerSingleEntry()
72 EventServiceManager::sendEventsToSubs(eventRecords); in dbusEventLogMatchHandlerSingleEntry()
H A Dsubscription.cpp214 uint64_t eventId, const std::vector<EventLogObjectsType>& eventRecords) in filterAndSendEventLogs() argument
217 for (const EventLogObjectsType& logEntry : eventRecords) in filterAndSendEventLogs()
/openbmc/bmcweb/redfish-core/include/
H A Dsubscription.hpp83 uint64_t eventId, const std::vector<EventLogObjectsType>& eventRecords);
H A Devent_service_manager.hpp663 const std::vector<EventLogObjectsType>& eventRecords) in sendEventsToSubs() argument
670 entry.filterAndSendEventLogs(mgr.eventId, eventRecords); in sendEventsToSubs()