Searched refs:metricReportDefinitionEnabled (Results 1 – 1 of 1) sorted by relevance
433 bool metricReportDefinitionEnabled = true; member555 std::optional<bool> metricReportDefinitionEnabled; in getUserParameters() local564 "MetricReportDefinitionEnabled", metricReportDefinitionEnabled, // in getUserParameters()623 if (metricReportDefinitionEnabled) in getUserParameters()625 args.metricReportDefinitionEnabled = *metricReportDefinitionEnabled; in getUserParameters()854 args.interval, readingParams, args.metricReportDefinitionEnabled); in performAddReport()1378 std::optional<bool> metricReportDefinitionEnabled; in handleReportPatch() local1387 "MetricReportDefinitionEnabled", metricReportDefinitionEnabled, // in handleReportPatch()1398 if (metricReportDefinitionEnabled) in handleReportPatch()1400 setReportEnabled(asyncResp, id, *metricReportDefinitionEnabled); in handleReportPatch()