• Home
  • History
  • Annotate
  • Raw
  • Download

Lines Matching refs:SetProperty

31 using ::android::base::SetProperty;
86 EXPECT_TRUE(SetProperty(prefix + "closeloop.threshold", std::to_string(expect))); in TEST_F()
99 EXPECT_TRUE(SetProperty(prefix + "closeloop.threshold", std::string())); in TEST_F()
112 EXPECT_TRUE(SetProperty(prefix + "config.dynamic", "0")); in TEST_F()
125 EXPECT_TRUE(SetProperty(prefix + "config.dynamic", "1")); in TEST_F()
138 EXPECT_TRUE(SetProperty(prefix + "config.dynamic", std::string())); in TEST_F()
151 EXPECT_TRUE(SetProperty(prefix + "long.frequency.shift", std::to_string(expect))); in TEST_F()
164 EXPECT_TRUE(SetProperty(prefix + "long.frequency.shift", std::string())); in TEST_F()
177 EXPECT_TRUE(SetProperty(prefix + "short.voltage", std::to_string(expect))); in TEST_F()
190 EXPECT_TRUE(SetProperty(prefix + "short.voltage", std::string())); in TEST_F()
203 EXPECT_TRUE(SetProperty(prefix + "long.voltage", std::to_string(expect))); in TEST_F()
216 EXPECT_TRUE(SetProperty(prefix + "long.voltage", std::string())); in TEST_F()
229 EXPECT_TRUE(SetProperty(prefix + "click.duration", std::to_string(expect))); in TEST_F()
242 EXPECT_TRUE(SetProperty(prefix + "click.duration", std::string())); in TEST_F()
255 EXPECT_TRUE(SetProperty(prefix + "tick.duration", std::to_string(expect))); in TEST_F()
268 EXPECT_TRUE(SetProperty(prefix + "tick.duration", std::string())); in TEST_F()
292 EXPECT_TRUE(SetProperty(prefix + "heavyclick.duration", std::to_string(expect))); in TEST_F()
305 EXPECT_TRUE(SetProperty(prefix + "heavyclick.duration", std::string())); in TEST_F()