Lines Matching refs:reflection_schema
44 dumpsys::ReflectionSchema reflection_schema(testing::GetBundledSchemaData()); in TEST_F() local
45 ASSERT_TRUE(reflection_schema.GetNumberOfBundledSchemas() == 5); in TEST_F()
46 ASSERT_TRUE(reflection_schema.FindInReflectionSchema("testing.DumpsysTestDataRoot") != nullptr); in TEST_F()
47 ASSERT_TRUE(reflection_schema.FindInReflectionSchema("testing.BarTestSchema") != nullptr); in TEST_F()
48 ASSERT_TRUE(reflection_schema.FindInReflectionSchema("testing.BazTestSchema") != nullptr); in TEST_F()
49 ASSERT_TRUE(reflection_schema.FindInReflectionSchema("testing.FooTestSchema") != nullptr); in TEST_F()
50 ASSERT_TRUE(reflection_schema.FindInReflectionSchema("testing.QuxTestSchema") != nullptr); in TEST_F()
51 ASSERT_TRUE(reflection_schema.FindInReflectionSchema("DoesNotExist") == nullptr); in TEST_F()
55 dumpsys::ReflectionSchema reflection_schema(testing::GetBundledSchemaData()); in TEST_F() local
56 ASSERT_TRUE(reflection_schema.VerifyReflectionSchema()); in TEST_F()
60 dumpsys::ReflectionSchema reflection_schema(bluetooth::dumpsys::GetBundledSchemaData()); in TEST_F() local
61 ASSERT_TRUE(reflection_schema.VerifyReflectionSchema()); in TEST_F()