Lines Matching full:reports
218 std::vector<sdbusplus::message::object_path> reports;
246 "/xyz/openbmc_project/Telemetry/Reports") /
532 ctx.reports.reserve(metricReportDefinitions.size());
543 ctx.reports.emplace_back(*reportPath);
795 nlohmann::json reports = nlohmann::json::array();
803 BMCWEB_LOG_ERROR("Property Reports contains invalid value: {}",
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);
874 BMCWEB_LOG_ERROR("Property Reports is invalid in Trigger: {}", id);
968 ctx.reports, ctx.numericThresholds, ctx.discreteThresholds);