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.hpp553 std::optional<std::string> reportUpdatesStr; in getUserParameters() local
569 "ReportUpdates", reportUpdatesStr, // in getUserParameters()
606 if (reportUpdatesStr) in getUserParameters()
608 std::string dbusReportUpdates = toDbusReportUpdates(*reportUpdatesStr); in getUserParameters()
611 messages::propertyValueNotInList(res, *reportUpdatesStr, in getUserParameters()
1347 std::optional<std::string> reportUpdatesStr; in handleReportPatch() local
1361 "ReportUpdates", reportUpdatesStr, // in handleReportPatch()
1373 if (reportUpdatesStr) in handleReportPatch()
1375 setReportUpdates(asyncResp, id, *reportUpdatesStr); in handleReportPatch()