Lines Matching full:reports
227 std::vector<sdbusplus::message::object_path> reports; member
255 "/xyz/openbmc_project/Telemetry/Reports") / in getReportPathFromReportDefinitionUri()
541 ctx.reports.reserve(metricReportDefinitions.size()); in parseLinks()
552 ctx.reports.emplace_back(*reportPath); in parseLinks()
804 nlohmann::json reports = nlohmann::json::array(); in getMetricReportDefinitions() local
812 BMCWEB_LOG_ERROR("Property Reports contains invalid value: {}", in getMetricReportDefinitions()
822 reports.emplace_back(std::move(report)); in getMetricReportDefinitions()
825 return {std::move(reports)}; in getMetricReportDefinitions()
847 const std::vector<sdbusplus::message::object_path>* reports = nullptr; in fillTrigger() local
855 discrete, "Sensors", sensors, "Reports", reports, "TriggerActions", in fillTrigger()
877 if (reports != nullptr) in fillTrigger()
880 getMetricReportDefinitions(*reports); in fillTrigger()
883 BMCWEB_LOG_ERROR("Property Reports is invalid in Trigger: {}", id); in fillTrigger()
977 ctx.reports, ctx.numericThresholds, ctx.discreteThresholds); in handleTriggerCollectionPost()