Searched refs:dbusEventLogMonitor (Results 1 – 3 of 3) sorted by relevance
55 std::optional<DbusEventLogMonitor> dbusEventLogMonitor; member in redfish::EventServiceManager161 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()
13 sdbusplus::bus::match_t dbusEventLogMonitor; member in redfish::DbusEventLogMonitor
104 dbusEventLogMonitor(*crow::connections::systemBus, propertiesMatchString, in DbusEventLogMonitor()