Lines Matching refs:SetProperty

30 using ::android::base::SetProperty;
85 EXPECT_TRUE(SetProperty(prefix + "closeloop.threshold", std::to_string(expect))); in TEST_F()
98 EXPECT_TRUE(SetProperty(prefix + "closeloop.threshold", std::string())); in TEST_F()
111 EXPECT_TRUE(SetProperty(prefix + "config.dynamic", "0")); in TEST_F()
124 EXPECT_TRUE(SetProperty(prefix + "config.dynamic", "1")); in TEST_F()
137 EXPECT_TRUE(SetProperty(prefix + "config.dynamic", std::string())); in TEST_F()
150 EXPECT_TRUE(SetProperty(prefix + "long.frequency.shift", std::to_string(expect))); in TEST_F()
163 EXPECT_TRUE(SetProperty(prefix + "long.frequency.shift", std::string())); in TEST_F()
176 EXPECT_TRUE(SetProperty(prefix + "short.voltage", std::to_string(expect))); in TEST_F()
189 EXPECT_TRUE(SetProperty(prefix + "short.voltage", std::string())); in TEST_F()
202 EXPECT_TRUE(SetProperty(prefix + "long.voltage", std::to_string(expect))); in TEST_F()
215 EXPECT_TRUE(SetProperty(prefix + "long.voltage", std::string())); in TEST_F()
228 EXPECT_TRUE(SetProperty(prefix + "click.duration", std::to_string(expect))); in TEST_F()
241 EXPECT_TRUE(SetProperty(prefix + "click.duration", std::string())); in TEST_F()
254 EXPECT_TRUE(SetProperty(prefix + "tick.duration", std::to_string(expect))); in TEST_F()
267 EXPECT_TRUE(SetProperty(prefix + "tick.duration", std::string())); in TEST_F()
291 EXPECT_TRUE(SetProperty(prefix + "heavyclick.duration", std::to_string(expect))); in TEST_F()
304 EXPECT_TRUE(SetProperty(prefix + "heavyclick.duration", std::string())); in TEST_F()