Lines Matching full:appendlimit
140 params.reportActions(), params.interval(), params.appendLimit(), in makeReport()
242 EXPECT_THAT(getProperty<uint64_t>(sut->getPath(), "AppendLimit"), in TEST_F()
243 Eq(defaultParams().appendLimit())); in TEST_F()
646 std::make_pair("AppendLimit",
647 nlohmann::json(ReportParams().appendLimit())),
890 .appendLimit(2u) in SetUp()
970 .appendLimit(5),
980 .appendLimit(4),
989 .appendLimit(0),
994 .appendLimit(10),
1007 .appendLimit(5),
1017 .appendLimit(4),
1026 .appendLimit(0),
1031 .appendLimit(500),
1038 .appendLimit(1),
1045 .appendLimit(0),
1052 .appendLimit(2u),
1075 .appendLimit(GetParam().expectedReadings.size()) in TEST_P()