Lines Matching defs:layer_props

60         auto layer_props = env.GetLayerProperties(1);
61 EXPECT_TRUE(string_eq(layer_props.at(0).layerName, regular_layer_name));
90 auto layer_props = env.GetLayerProperties(1);
91 EXPECT_TRUE(string_eq(layer_props.at(0).layerName, regular_layer_name));
132 auto layer_props = env.GetLayerProperties(1);
133 EXPECT_TRUE(string_eq(layer_props.at(0).layerName, regular_layer_name));
146 auto layer_props = env.GetLayerProperties(1);
147 EXPECT_TRUE(string_eq(layer_props.at(0).layerName, regular_layer_name));
205 auto layer_props = env.GetLayerProperties(1);
206 EXPECT_TRUE(string_eq(layer_props.at(0).layerName, global_layer_name));
221 auto layer_props = env.GetLayerProperties(1);
222 EXPECT_TRUE(string_eq(layer_props.at(0).layerName, app_specific_layer_name));
255 auto layer_props = env.GetLayerProperties(1);
256 EXPECT_TRUE(string_eq(layer_props.at(0).layerName, layer_name));
269 auto layer_props = env.GetLayerProperties(1);
270 EXPECT_TRUE(string_eq(layer_props.at(0).layerName, layer_name));
327 auto layer_props = env.GetLayerProperties(2);
328 ASSERT_TRUE(string_eq(layer_props.at(0).layerName, implicit_layer_name1));
329 ASSERT_TRUE(string_eq(layer_props.at(1).layerName, implicit_layer_name2));
354 auto layer_props = env.GetLayerProperties(2);
355 ASSERT_TRUE(string_eq(layer_props.at(0).layerName, implicit_layer_name1));
356 ASSERT_TRUE(string_eq(layer_props.at(1).layerName, implicit_layer_name2));
384 auto layer_props = env.GetLayerProperties(2);
385 ASSERT_TRUE(string_eq(layer_props.at(0).layerName, implicit_layer_name2));
386 ASSERT_TRUE(string_eq(layer_props.at(1).layerName, implicit_layer_name1));
411 auto layer_props = env.GetLayerProperties(3);
412 ASSERT_TRUE(string_eq(layer_props.at(0).layerName, implicit_layer_name2));
413 ASSERT_TRUE(string_eq(layer_props.at(1).layerName, explicit_layer_name3));
414 ASSERT_TRUE(string_eq(layer_props.at(2).layerName, implicit_layer_name1));
497 auto layer_props = env.GetLayerProperties(2);
498 ASSERT_TRUE(string_eq(layer_props.at(0).layerName, implicit_layer_name));
499 ASSERT_TRUE(string_eq(layer_props.at(1).layerName, explicit_layer_name));
604 auto layer_props = env.GetLayerProperties(4);
605 ASSERT_TRUE(string_eq(layer_props.at(0).layerName, explicit_layer_name2));
606 ASSERT_TRUE(string_eq(layer_props.at(1).layerName, implicit_layer_name1));
607 ASSERT_TRUE(string_eq(layer_props.at(2).layerName, explicit_layer_name1));
608 ASSERT_TRUE(string_eq(layer_props.at(3).layerName, implicit_layer_name2));
615 ASSERT_TRUE(string_eq(layer_props.at(0).layerName, explicit_layer_name2));
616 ASSERT_TRUE(string_eq(layer_props.at(1).layerName, implicit_layer_name1));
617 ASSERT_TRUE(string_eq(layer_props.at(2).layerName, explicit_layer_name1));
618 ASSERT_TRUE(string_eq(layer_props.at(3).layerName, implicit_layer_name2));
650 auto layer_props = env.GetLayerProperties(2);
651 ASSERT_TRUE(string_eq(layer_props.at(0).layerName, explicit_layer_name));
652 ASSERT_TRUE(string_eq(layer_props.at(0).description, "0000"));
653 ASSERT_TRUE(string_eq(layer_props.at(1).layerName, explicit_layer_name));
654 ASSERT_TRUE(string_eq(layer_props.at(1).description, "1111"));
689 auto layer_props = env.GetLayerProperties(1);
690 ASSERT_TRUE(string_eq(layer_props.at(0).layerName, explicit_layer_name));
801 auto layer_props = env.GetLayerProperties(6);
802 ASSERT_TRUE(string_eq(layer_props.at(0).layerName, settings_explicit_layer_name));
803 ASSERT_TRUE(string_eq(layer_props.at(1).layerName, meta_layer_name1));
804 ASSERT_TRUE(string_eq(layer_props.at(2).layerName, meta_layer_name2));
805 ASSERT_TRUE(string_eq(layer_props.at(3).layerName, component_explicit_layer_name1));
806 ASSERT_TRUE(string_eq(layer_props.at(4).layerName, component_explicit_layer_name2));
807 ASSERT_TRUE(string_eq(layer_props.at(5).layerName, settings_implicit_layer_name));
822 auto layer_props = env.GetLayerProperties(6);
823 ASSERT_TRUE(string_eq(layer_props.at(0).layerName, settings_explicit_layer_name));
824 ASSERT_TRUE(string_eq(layer_props.at(1).layerName, meta_layer_name1));
825 ASSERT_TRUE(string_eq(layer_props.at(2).layerName, meta_layer_name2));
826 ASSERT_TRUE(string_eq(layer_props.at(3).layerName, component_explicit_layer_name1));
827 ASSERT_TRUE(string_eq(layer_props.at(4).layerName, component_explicit_layer_name2));
828 ASSERT_TRUE(string_eq(layer_props.at(5).layerName, settings_implicit_layer_name));
905 auto layer_props = env.GetLayerProperties(4);
907 ASSERT_TRUE(layer_configs.at(i).name == layer_props.at(i).layerName);
948 auto layer_props = env.GetLayerProperties(2);
949 ASSERT_TRUE(string_eq(layer_props.at(0).layerName, implicit_layer_name1));
950 ASSERT_TRUE(string_eq(layer_props.at(1).layerName, explicit_layer_name1));
978 auto layer_props = env.GetLayerProperties(3);
979 ASSERT_TRUE(string_eq(layer_props.at(0).layerName, non_env_var_layer_name2));
980 ASSERT_TRUE(string_eq(layer_props.at(1).layerName, implicit_layer_name1));
981 ASSERT_TRUE(string_eq(layer_props.at(2).layerName, explicit_layer_name1));
1027 auto layer_props = env.GetLayerProperties(3);
1028 ASSERT_TRUE(string_eq(layer_props.at(0).layerName, implicit_layer_name1));
1029 ASSERT_TRUE(string_eq(layer_props.at(1).layerName, explicit_layer_name1));
1030 ASSERT_TRUE(string_eq(layer_props.at(2).layerName, non_env_var_layer_name2));
1067 auto layer_props = env.GetLayerProperties(3);
1068 ASSERT_TRUE(string_eq(layer_props.at(0).layerName, explicit_layer_name1));
1069 ASSERT_TRUE(string_eq(layer_props.at(1).layerName, non_env_var_layer_name2));
1070 ASSERT_TRUE(string_eq(layer_props.at(2).layerName, implicit_layer_name1));
1106 auto layer_props = env.GetLayerProperties(1);
1107 ASSERT_TRUE(string_eq(layer_props.at(0).layerName, explicit_layer_name));
1188 auto layer_props = env.GetLayerProperties(1);
1189 ASSERT_TRUE(string_eq(layer_props.at(0).layerName, explicit_layer_name));
1219 auto layer_props = env.GetLayerProperties(1);
1220 EXPECT_TRUE(string_eq(layer_props.at(0).layerName, regular_layer_name));
1256 auto layer_props = env.GetLayerProperties(1);
1257 EXPECT_TRUE(string_eq(layer_props.at(0).layerName, regular_layer_name));
1305 uint32_t layer_props = 43;
1306 layer.set_reported_layer_props(layer_props);
1310 ASSERT_EQ(count, layer_props);
1334 uint32_t layer_props = 43;
1335 layer.set_reported_layer_props(layer_props);
1364 uint32_t layer_props = 43;
1365 layer.set_reported_layer_props(layer_props);
1369 ASSERT_EQ(count, layer_props);
1657 auto layer_props = env.GetLayerProperties(40);
1660 EXPECT_TRUE(string_eq(layer_props.at(i).layerName, expected_layer_name.c_str()));
1687 auto layer_props = env.GetLayerProperties(40);
1690 EXPECT_TRUE(string_eq(layer_props.at(i).layerName, expected_layer_name.c_str()));