Home
last modified time | relevance | path

Searched refs:reportingTypeStr (Results 1 – 1 of 1) sorted by relevance

/openbmc/bmcweb/redfish-core/lib/
H A Dmetric_report_definition.hpp527 std::optional<std::string> reportingTypeStr; in getUserParameters() local
540 "MetricReportDefinitionType", reportingTypeStr, // in getUserParameters()
569 if (reportingTypeStr) in getUserParameters()
571 std::string dbusReportingType = toDbusReportingType(*reportingTypeStr); in getUserParameters()
574 messages::propertyValueNotInList(res, *reportingTypeStr, in getUserParameters()
611 if (reportingTypeStr == "Periodic") in getUserParameters()
1332 std::optional<std::string> reportingTypeStr; in handleReportPatch() local
1342 "MetricReportDefinitionType", reportingTypeStr, // in handleReportPatch()
1367 if (reportingTypeStr || scheduleDurationStr) in handleReportPatch()
1369 setReportTypeAndInterval(asyncResp, id, reportingTypeStr, in handleReportPatch()