Searched refs:reportActionsStr (Results 1 – 1 of 1) sorted by relevance
557 std::optional<std::vector<std::string>> reportActionsStr; in getUserParameters() local568 "ReportActions", reportActionsStr, // in getUserParameters()628 if (reportActionsStr) in getUserParameters()630 if (!toDbusReportActions(res, *reportActionsStr, args.reportActions)) in getUserParameters()1352 std::optional<std::vector<std::string>> reportActionsStr; in handleReportPatch() local1360 "ReportActions", reportActionsStr, // in handleReportPatch()1378 if (reportActionsStr) in handleReportPatch()1380 setReportActions(asyncResp, id, *reportActionsStr); in handleReportPatch()