Home
last modified time | relevance | path

Searched refs:dbusEventLogMonitor (Results 1 – 3 of 3) sorted by relevance

/openbmc/bmcweb/redfish-core/include/
H A Devent_service_manager.hpp63 std::optional<DbusEventLogMonitor> dbusEventLogMonitor; member in redfish::EventServiceManager
270 if (!dbusEventLogMonitor) in setEventServiceConfig()
275 dbusEventLogMonitor.emplace(); in setEventServiceConfig()
289 dbusEventLogMonitor.reset(); in setEventServiceConfig()
308 dbusEventLogMonitor.reset(); in setEventServiceConfig()
370 if (!dbusEventLogMonitor && in updateNoOfSubscribersCount()
373 dbusEventLogMonitor.emplace(); in updateNoOfSubscribersCount()
386 dbusEventLogMonitor.reset(); in updateNoOfSubscribersCount()
H A Ddbus_log_watcher.hpp13 sdbusplus::bus::match_t dbusEventLogMonitor; member in redfish::DbusEventLogMonitor
/openbmc/bmcweb/redfish-core/src/
H A Ddbus_log_watcher.cpp104 dbusEventLogMonitor(*crow::connections::systemBus, propertiesMatchString, in DbusEventLogMonitor()