Lines Matching defs:reports
218 std::vector<sdbusplus::message::object_path> reports;
532 ctx.reports.reserve(metricReportDefinitions.size());
543 ctx.reports.emplace_back(*reportPath);
795 nlohmann::json reports = nlohmann::json::array();
813 reports.emplace_back(std::move(report));
816 return {std::move(reports)};
838 const std::vector<sdbusplus::message::object_path>* reports = nullptr;
846 discrete, "Sensors", sensors, "Reports", reports, "TriggerActions",
868 if (reports != nullptr)
871 getMetricReportDefinitions(*reports);
968 ctx.reports, ctx.numericThresholds, ctx.discreteThresholds);