Lines Matching full:reportactions

140             params.reportActions(), params.interval(), params.appendLimit(),
235 getProperty<std::vector<std::string>>(sut->getPath(), "ReportActions"),
236 Eq(utils::transform(defaultParams().reportActions(), [](const auto v) {
240 Eq(utils::contains(defaultParams().reportActions(),
250 Eq(utils::contains(defaultParams().reportActions(),
320 utils::transform(defaultParams().reportActions(),
325 setProperty(sut->getPath(), "ReportActions", newActions).value(),
328 getProperty<std::vector<std::string>>(sut->getPath(), "ReportActions"),
343 utils::transform(defaultParams().reportActions(),
348 setProperty(sut->getPath(), "ReportActions", newActions).value(),
351 getProperty<std::vector<std::string>>(sut->getPath(), "ReportActions"),
361 utils::transform(defaultParams().reportActions(),
366 setProperty(sut->getPath(), "ReportActions", newActions).value(),
369 getProperty<std::vector<std::string>>(sut->getPath(), "ReportActions"),
377 setProperty(sut->getPath(), "ReportActions", invalidActions).value(),
380 getProperty<std::vector<std::string>>(sut->getPath(), "ReportActions"),
381 Eq(utils::transform(defaultParams().reportActions(), [](const auto v) {
391 sut = makeReport(ReportParams().reportId("TestId_1").reportActions({}));
393 getProperty<std::vector<std::string>>(sut->getPath(), "ReportActions"),
409 .reportActions(utils::transform(newActions, [](const auto& action) {
413 getProperty<std::vector<std::string>>(sut->getPath(), "ReportActions"),
502 Eq(utils::contains(defaultParams().reportActions(),
514 Eq(utils::contains(defaultParams().reportActions(),
639 std::make_pair("ReportActions", nlohmann::json(utils::transform(
640 defaultParams().reportActions(),
1210 .reportActions({ReportAction::emitsReadingsUpdate})
1227 .reportActions({})