Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/lib/
H A Dmetric_report_definition.hpp532 std::optional<std::vector<std::string>> reportActionsStr; in getUserParameters() local
543 "ReportActions", reportActionsStr, // in getUserParameters()
603 if (reportActionsStr) in getUserParameters()
605 if (!toDbusReportActions(res, *reportActionsStr, args.reportActions)) in getUserParameters()
1336 std::optional<std::vector<std::string>> reportActionsStr; in handleReportPatch() local
1344 "ReportActions", reportActionsStr, // in handleReportPatch()
1362 if (reportActionsStr) in handleReportPatch()
1364 setReportActions(asyncResp, id, *reportActionsStr); in handleReportPatch()