Lines Matching refs:attr

70   EXPECT_FALSE(theme->GetAttribute(app::R::attr::attr_one).has_value());  in TEST_F()
80 auto value = theme->GetAttribute(app::R::attr::attr_one); in TEST_F()
86 value = theme->GetAttribute(app::R::attr::attr_two); in TEST_F()
100 auto value = theme->GetAttribute(app::R::attr::attr_one); in TEST_F()
106 value = theme->GetAttribute(app::R::attr::attr_two); in TEST_F()
115 value = theme->GetAttribute(app::R::attr::attr_three); in TEST_F()
140 auto value = theme->GetAttribute(app::R::attr::attr_one); in TEST_F()
147 value = theme->GetAttribute(app::R::attr::attr_six); in TEST_F()
154 value = theme->GetAttribute(app::R::attr::attr_five); in TEST_F()
170 auto value = theme->GetAttribute(app::R::attr::attr_one); in TEST_F()
177 value = theme->GetAttribute(app::R::attr::attr_six); in TEST_F()
184 value = theme->GetAttribute(app::R::attr::attr_five); in TEST_F()
199 auto value = theme->GetAttribute(libclient::R::attr::foo); in TEST_F()
206 value = theme->GetAttribute(libclient::R::attr::bar); in TEST_F()
224 auto value = theme_one->GetAttribute(app::R::attr::attr_one); in TEST_F()
231 ASSERT_FALSE(theme_one->GetAttribute(app::R::attr::attr_six).has_value()); in TEST_F()
243 ASSERT_FALSE(theme_one->GetAttribute(app::R::attr::attr_one).has_value()); in TEST_F()
246 value = theme_one->GetAttribute(app::R::attr::attr_six); in TEST_F()
273 auto value = theme->GetAttribute(app::R::attr::attr_one); in TEST_F()
280 value = theme->GetAttribute(app::R::attr::attr_two); in TEST_F()
293 value = theme->GetAttribute(app::R::attr::attr_one); in TEST_F()
299 value = theme->GetAttribute(app::R::attr::attr_two); in TEST_F()
312 value = theme->GetAttribute(app::R::attr::attr_one); in TEST_F()
320 value = theme->GetAttribute(app::R::attr::attr_two); in TEST_F()
349 auto value = theme_dst->GetAttribute(R::attr::foreground); in TEST_F()
355 value = theme_dst->GetAttribute(app::R::attr::attr_one); in TEST_F()
362 value = theme_dst->GetAttribute(fix_package_id(lib_one::R::attr::attr1, 0x02)); in TEST_F()
366 value = theme_dst->GetAttribute(fix_package_id(lib_one::R::attr::attr2, 0x02)); in TEST_F()