Searched refs:reportUpdatesStr (Results 1 – 1 of 1) sorted by relevance
553 std::optional<std::string> reportUpdatesStr; in getUserParameters() local569 "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() local1361 "ReportUpdates", reportUpdatesStr, // in handleReportPatch()1373 if (reportUpdatesStr) in handleReportPatch()1375 setReportUpdates(asyncResp, id, *reportUpdatesStr); in handleReportPatch()