Home
last modified time | relevance | path

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

/openbmc/bmcweb/test/redfish-core/include/
H A Ddbus_log_watcher_test.cpp35 EventLogObjectsType event; in TEST()
68 EventLogObjectsType event; in TEST()
/openbmc/bmcweb/redfish-core/src/
H A Ddbus_log_watcher.cpp26 const dbus::utility::DBusPropertiesMap& map, EventLogObjectsType& event) in eventLogObjectFromDBus()
61 std::vector<EventLogObjectsType> eventRecords; in dbusEventLogMatchHandlerSingleEntry()
62 EventLogObjectsType& event = eventRecords.emplace_back(); in dbusEventLogMatchHandlerSingleEntry()
H A Dsubscription.cpp200 uint64_t eventId, const std::vector<EventLogObjectsType>& eventRecords) in filterAndSendEventLogs()
203 for (const EventLogObjectsType& logEntry : eventRecords) in filterAndSendEventLogs()
H A Dfilesystem_log_watcher.cpp59 std::vector<EventLogObjectsType> eventRecords; in readEventLogsFromFile()
/openbmc/bmcweb/redfish-core/include/
H A Devent_logs_object_type.hpp10 struct EventLogObjectsType struct
H A Ddbus_log_watcher.hpp17 EventLogObjectsType& event);
H A Dsubscription.hpp73 uint64_t eventId, const std::vector<EventLogObjectsType>& eventRecords);
H A Devent_service_manager.hpp554 const std::vector<EventLogObjectsType>& eventRecords) in sendEventsToSubs()