Lines Matching refs:value
283 setProperty(sut->getPath(), "ReadingParameters", newParams).value(), in TEST_F()
311 setProperty(sut->getPath(), "ReadingParameters", newParams).value(), in TEST_F()
325 setProperty(sut->getPath(), "ReportActions", newActions).value(), in TEST_F()
348 setProperty(sut->getPath(), "ReportActions", newActions).value(), in TEST_F()
366 setProperty(sut->getPath(), "ReportActions", newActions).value(), in TEST_F()
377 setProperty(sut->getPath(), "ReportActions", invalidActions).value(), in TEST_F()
420 EXPECT_THAT(setProperty(sut->getPath(), "Enabled", newValue).value(), in TEST_F()
499 setProperty(sut->getPath(), "EmitsReadingsUpdate", true).value(), in TEST_F()
510 .value(), in TEST_F()
525 EXPECT_THAT(setProperty(sut->getPath(), "Persistency", persistency).value(), in TEST_F()
542 EXPECT_THAT(ec.value(), Eq(EBADR)); in TEST_F()
685 const auto& [key, value] = GetParam(); in TEST_P()
687 ASSERT_THAT(storedConfiguration.at(key), Eq(value)); in TEST_P()
697 const auto& [key, value] = GetParam(); in TEST_P()
699 ASSERT_THAT(storedConfiguration.at(key), Eq(value)); in TEST_P()
1120 for (const auto& [name, value] : changed_properties) in monitorProc()