Lines Matching full:reportactions
35 reportActions(reportActionsIn.begin(), reportActionsIn.end()), in Report()
49 reportActions.insert(ReportAction::logToMetricReportsCollection); in Report()
310 return reportActions.contains(ReportAction::emitsReadingsUpdate); in makeReportInterface()
318 return reportActions.contains( in makeReportInterface()
322 "ReportActions", sdbusplus::vtable::property_::emits_change, in makeReportInterface()
330 if (tmp != reportActions) in makeReportInterface()
332 reportActions = tmp; in makeReportInterface()
340 reportActions, [](const auto reportAction) { in makeReportInterface()
476 if (utils::contains(reportActions, ReportAction::emitsReadingsUpdate)) in updateReadings()
499 data["ReportActions"] = in storeConfiguration()
500 utils::transform(reportActions, [](const auto reportAction) { in storeConfiguration()