Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/lib/
H A Dmetric_report_definition.hpp528 std::optional<std::string> reportUpdatesStr; in getUserParameters() local
544 "ReportUpdates", reportUpdatesStr, // in getUserParameters()
581 if (reportUpdatesStr) in getUserParameters()
583 std::string dbusReportUpdates = toDbusReportUpdates(*reportUpdatesStr); in getUserParameters()
586 messages::propertyValueNotInList(res, *reportUpdatesStr, in getUserParameters()
1333 std::optional<std::string> reportUpdatesStr; in handleReportPatch() local
1345 "ReportUpdates", reportUpdatesStr, // in handleReportPatch()
1357 if (reportUpdatesStr) in handleReportPatch()
1359 setReportUpdates(asyncResp, id, *reportUpdatesStr); in handleReportPatch()