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