Lines Matching refs:setProperty
110 static boost::system::error_code setProperty( in setProperty() function in TestTrigger
113 return DbusEnvironment::setProperty<T>(path, Trigger::triggerIfaceName, in setProperty()
133 ASSERT_THAT(setProperty<T>(path, property, p.newValue), p.ec); in changeProperty()
190 EXPECT_THAT(setProperty(sut->getPath(), "Name", name), in TEST_F()
201 EXPECT_THAT(setProperty(sut->getPath(), "Reports", newNames), in TEST_F()
219 EXPECT_THAT(setProperty(sut->getPath(), "Reports", newPropertyVal), in TEST_F()
232 EXPECT_THAT(setProperty(sut->getPath(), "Reports", newPropertyVal), in TEST_F()
246 EXPECT_THAT(setProperty(sut->getPath(), "Reports", newPropertyVal), in TEST_F()
258 EXPECT_THAT(setProperty(sut->getPath(), "Reports", newPropertyVal), in TEST_F()
271 EXPECT_THAT(setProperty(sut->getPath(), "Reports", newPropertyVal), in TEST_F()
284 EXPECT_THAT(setProperty(sut->getPath(), "Reports", newPropertyVal), in TEST_F()
296 EXPECT_THAT(setProperty(sut->getPath(), "Reports", newPropertyVal), in TEST_F()
311 EXPECT_THAT(setProperty(sut->getPath(), "Sensors", newSensors), in TEST_F()
322 EXPECT_THAT(setProperty(sut->getPath(), "Thresholds", newThresholds), in TEST_F()
440 EXPECT_THAT(setProperty(sut->getPath(), "Persistent", persistent), in TEST_F()