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.hpp55 std::optional<DbusEventLogMonitor> dbusEventLogMonitor; member in redfish::EventServiceManager
161 if (!dbusEventLogMonitor) in setEventServiceConfig()
166 dbusEventLogMonitor.emplace(); in setEventServiceConfig()
180 dbusEventLogMonitor.reset(); in setEventServiceConfig()
199 dbusEventLogMonitor.reset(); in setEventServiceConfig()
261 if (!dbusEventLogMonitor && in updateNoOfSubscribersCount()
264 dbusEventLogMonitor.emplace(); in updateNoOfSubscribersCount()
277 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()