Lines Matching refs:getPath

229     EXPECT_THAT(getProperty<bool>(sut->getPath(), "Enabled"),  in TEST_F()
231 EXPECT_THAT(getProperty<uint64_t>(sut->getPath(), "Interval"), in TEST_F()
233 EXPECT_THAT(getProperty<bool>(sut->getPath(), "Persistency"), Eq(true)); in TEST_F()
235 getProperty<std::vector<std::string>>(sut->getPath(), "ReportActions"), in TEST_F()
239 EXPECT_THAT(getProperty<bool>(sut->getPath(), "EmitsReadingsUpdate"), in TEST_F()
242 EXPECT_THAT(getProperty<uint64_t>(sut->getPath(), "AppendLimit"), in TEST_F()
244 EXPECT_THAT(getProperty<std::string>(sut->getPath(), "ReportingType"), in TEST_F()
246 EXPECT_THAT(getProperty<std::string>(sut->getPath(), "ReportUpdates"), in TEST_F()
249 getProperty<bool>(sut->getPath(), "LogToMetricReportsCollection"), in TEST_F()
253 getProperty<ReadingParameters>(sut->getPath(), "ReadingParameters"), in TEST_F()
255 EXPECT_THAT(getProperty<std::string>(sut->getPath(), "Name"), in TEST_F()
258 getProperty<std::vector<object_path>>(sut->getPath(), "Triggers"), in TEST_F()
264 EXPECT_THAT(getProperty<Readings>(sut->getPath(), "Readings"), in TEST_F()
283 setProperty(sut->getPath(), "ReadingParameters", newParams).value(), in TEST_F()
286 getProperty<ReadingParameters>(sut->getPath(), "ReadingParameters"), in TEST_F()
311 setProperty(sut->getPath(), "ReadingParameters", newParams).value(), in TEST_F()
325 setProperty(sut->getPath(), "ReportActions", newActions).value(), in TEST_F()
328 getProperty<std::vector<std::string>>(sut->getPath(), "ReportActions"), in TEST_F()
348 setProperty(sut->getPath(), "ReportActions", newActions).value(), in TEST_F()
351 getProperty<std::vector<std::string>>(sut->getPath(), "ReportActions"), in TEST_F()
366 setProperty(sut->getPath(), "ReportActions", newActions).value(), in TEST_F()
369 getProperty<std::vector<std::string>>(sut->getPath(), "ReportActions"), in TEST_F()
377 setProperty(sut->getPath(), "ReportActions", invalidActions).value(), in TEST_F()
380 getProperty<std::vector<std::string>>(sut->getPath(), "ReportActions"), in TEST_F()
393 getProperty<std::vector<std::string>>(sut->getPath(), "ReportActions"), in TEST_F()
413 getProperty<std::vector<std::string>>(sut->getPath(), "ReportActions"), in TEST_F()
420 EXPECT_THAT(setProperty(sut->getPath(), "Enabled", newValue).value(), in TEST_F()
422 EXPECT_THAT(getProperty<bool>(sut->getPath(), "Enabled"), Eq(newValue)); in TEST_F()
428 EXPECT_THAT(callMethod(sut->getPath(), "SetReportingProperties", in TEST_F()
432 EXPECT_THAT(getProperty<uint64_t>(sut->getPath(), "Interval"), in TEST_F()
440 EXPECT_THAT(callMethod(sut->getPath(), "SetReportingProperties", "", in TEST_F()
444 EXPECT_THAT(getProperty<uint64_t>(sut->getPath(), "Interval"), in TEST_F()
457 EXPECT_THAT(callMethod(report->getPath(), "SetReportingProperties", "", in TEST_F()
461 EXPECT_THAT(getProperty<uint64_t>(report->getPath(), "Interval"), in TEST_F()
472 EXPECT_THAT(callMethod(sut->getPath(), "SetReportingProperties", "XYZ", in TEST_F()
476 EXPECT_THAT(getProperty<std::string>(report->getPath(), "ReportingType"), in TEST_F()
487 EXPECT_THAT(callMethod(sut->getPath(), "SetReportingProperties", in TEST_F()
492 EXPECT_THAT(getProperty<std::string>(report->getPath(), "ReportingType"), in TEST_F()
499 setProperty(sut->getPath(), "EmitsReadingsUpdate", true).value(), in TEST_F()
501 EXPECT_THAT(getProperty<bool>(sut->getPath(), "EmitsReadingsUpdate"), in TEST_F()
509 setProperty(sut->getPath(), "LogToMetricReportsCollection", true) in TEST_F()
513 getProperty<bool>(sut->getPath(), "LogToMetricReportsCollection"), in TEST_F()
525 EXPECT_THAT(setProperty(sut->getPath(), "Persistency", persistency).value(), in TEST_F()
527 EXPECT_THAT(getProperty<bool>(sut->getPath(), "Persistency"), in TEST_F()
534 auto ec = deleteReport(sut->getPath()); in TEST_F()
551 auto ec = deleteReport(sut->getPath()); in TEST_F()
571 getProperty<std::vector<object_path>>(sut->getPath(), "Triggers"), in TEST_F()
595 getProperty<std::vector<object_path>>(sut->getPath(), "Triggers"), in TEST_F()
618 getProperty<std::vector<object_path>>(sut->getPath(), "Triggers"), in TEST_F()
681 setProperty(sut->getPath(), "Persistency", false); in TEST_P()
683 setProperty(sut->getPath(), "Persistency", true); in TEST_P()
765 getProperty<std::string>(sut->getPath(), "ReportingType")), in TEST_P()
775 getProperty<Readings>(sut->getPath(), "Readings"); in TEST_P()
784 setProperty(sut->getPath(), "Enabled", false); in TEST_P()
787 getProperty<Readings>(sut->getPath(), "Readings"); in TEST_P()
798 getProperty<Readings>(sut->getPath(), "Readings"); in TEST_P()
816 ASSERT_THAT(update(sut->getPath()), Eq(boost::system::errc::success)); in TEST_F()
819 getProperty<Readings>(sut->getPath(), "Readings"); in TEST_F()
826 ASSERT_THAT(update(sut->getPath()), Eq(boost::system::errc::success)); in TEST_F()
829 getProperty<Readings>(sut->getPath(), "Readings"); in TEST_F()
855 ASSERT_THAT(update(sut->getPath()), Eq(boost::system::errc::success)); in TEST_P()
857 EXPECT_THAT(getProperty<Readings>(sut->getPath(), "Readings"), in TEST_P()
881 EXPECT_THAT(getProperty<Readings>(sut->getPath(), "Readings"), in TEST_P()
902 getProperty<Readings>(sut->getPath(), "Readings"); in TEST_F()
912 getProperty<Readings>(sut->getPath(), "Readings"); in TEST_F()
944 callMethod(sut->getPath(), "SetReportingProperties", in changeReport()
951 readings] = getProperty<Readings>(sut->getPath(), "Readings"); in readings()
1067 EXPECT_THAT(getProperty<bool>(sut->getPath(), "Enabled"), in TEST_P()
1083 EXPECT_THAT(getProperty<bool>(sut->getPath(), "Enabled"), in TEST_P()
1098 EXPECT_THAT(getProperty<bool>(sut->getPath(), "Enabled"), Eq(true)); in TEST_P()
1135 sut->getPath(), Report::reportIfaceName), in makeMonitor()
1246 getProperty<std::vector<object_path>>(sut->getPath(), "Triggers"), in TEST_F()