Home
last modified time | relevance | path

Searched refs:FindInReflectionSchema (Results 1 – 5 of 5) sorted by relevance

/system/bt/gd/dumpsys/
Dreflection_schema_test.cc46 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()
Dreflection_schema.cc45 return FindInReflectionSchema(GetRootName()); in GetRootReflectionSchema()
48 const reflection::Schema* dumpsys::ReflectionSchema::FindInReflectionSchema(const std::string& name… in FindInReflectionSchema() function in dumpsys::ReflectionSchema
Dreflection_schema.h37 const reflection::Schema* FindInReflectionSchema(const std::string& name) const;
Dfilter.cc162 reflection_schema_.FindInReflectionSchema(schema->objects()->Get(index)->name()->str()); in FilterTable()
181 …const reflection::Schema* root_schema = reflection_schema_.FindInReflectionSchema(reflection_schem… in FilterInPlace()
/system/bt/gd/shim/
Ddumpsys.cc96 const reflection::Schema* schema = reflection_schema_.FindInReflectionSchema(root_name); in PrintAsJson()