Home
last modified time | relevance | path

Searched refs:schema_ (Results 1 – 3 of 3) sorted by relevance

/system/bt/gd/dumpsys/internal/
Dfilter_internal_test.cc48 schema_ = reflection::GetSchema(reflection_schema_.data()); in ParseReflectionSchema()
49 ASSERT_TRUE(schema_ != nullptr); in ParseReflectionSchema()
52 const reflection::Schema* schema_{nullptr}; member in testing::DumpsysFilterInternalTest
130 const reflection::Object* object = schema_->root_table(); in TEST_F()
145 const reflection::Object* object = schema_->root_table(); in TEST_F()
161 const reflection::Object* object = schema_->root_table(); in TEST_F()
176 const reflection::Object* object = schema_->root_table(); in TEST_F()
191 const reflection::Object* object = schema_->root_table(); in TEST_F()
206 const reflection::Object* object = schema_->root_table(); in TEST_F()
221 const reflection::Object* object = schema_->root_table(); in TEST_F()
[all …]
/system/tools/aidl/
Daidl_language.cpp200 : AidlNode(location, comments), schema_(schema), parameters_(std::move(parameters)) {} in AidlAnnotation()
222 const ParamType* param_type = schema_.ParamType(param_name); in CheckValid()
228 for (const auto& param : schema_.parameters) { in CheckValid()
258 for (const auto& param : schema_.parameters) { in CheckValid()
271 if (schema_.target_context & static_cast<uint32_t>(context)) { in CheckContext()
287 if (schema_.target_context & context) { in CheckContext()
302 const ParamType* param_type = schema_.ParamType(param_name); in AnnotationParams()
Daidl_language.h248 const string& GetName() const { return schema_.name; }
249 const Type& GetType() const { return schema_.type; }
250 bool Repeatable() const { return schema_.repeatable; }
295 const Schema& schema_;