Home
last modified time | relevance | path

Searched refs:Schema (Results 1 – 11 of 11) sorted by relevance

/system/bt/gd/dumpsys/
Dreflection_schema.h36 const reflection::Schema* GetRootReflectionSchema() const;
37 const reflection::Schema* FindInReflectionSchema(const std::string& name) const;
Dfilter.cc73 virtual void FilterTable(const reflection::Schema* schema, flatbuffers::Table* table){}; in FilterTable()
92 void FilterTable(const reflection::Schema* schema, flatbuffers::Table* table) override;
132 void UserPrivacyFilter::FilterTable(const reflection::Schema* schema, flatbuffers::Table* table) { in FilterTable()
158 const reflection::Schema* sub_schema = in FilterTable()
178 …const reflection::Schema* root_schema = reflection_schema_.FindInReflectionSchema(reflection_schem… in FilterInPlace()
Dreflection_schema.cc44 const reflection::Schema* dumpsys::ReflectionSchema::GetRootReflectionSchema() const { in GetRootReflectionSchema()
48 const reflection::Schema* dumpsys::ReflectionSchema::FindInReflectionSchema(const std::string& name… in FindInReflectionSchema()
/system/bt/gd/dumpsys/bundler/
Dbundler.fbs1 // Bundled Schema
Dbundler.cc98 const reflection::Schema* schema = reflection::GetSchema(raw_schema.data()); in CreateBinarySchemaBundle()
/system/tools/xsdc/
DREADME.md9 ## Add Schema
45 ## Remove Schema
82 ## Release Schema
/system/tools/aidl/
Daidl_language.cpp111 const std::vector<AidlAnnotation::Schema>& AidlAnnotation::AllSchemas() { in AllSchemas()
112 static const std::vector<Schema> kSchemas{ in AllSchemas()
134 for (const Schema& schema : AllSchemas()) { in TypeToString()
144 const Schema* schema = nullptr; in Parse()
145 for (const Schema& a_schema : AllSchemas()) { in Parse()
155 for (const Schema& s : AllSchemas()) { in Parse()
170 const AidlLocation& location, const Schema& schema, in AidlAnnotation()
Daidl_language.h191 struct Schema { struct
200 static const std::vector<Schema>& AllSchemas(); argument
202 AidlAnnotation(const AidlLocation& location, const Schema& schema,
205 const Schema& schema_;
/system/libvintf/
DAssembleVintf.cpp647 template <typename Schema, typename AssembleFunc>
648 AssembleStatus tryAssemble(const XmlConverter<Schema>& converter, const std::string& schemaName, in tryAssemble()
650 std::vector<Schema> schemas; in tryAssemble()
651 Schema schema; in tryAssemble()
660 Schema additionalSchema; in tryAssemble()
/system/bt/gd/shim/
Ddumpsys.cc96 const reflection::Schema* schema = reflection_schema_.FindInReflectionSchema(root_name); in PrintAsJson()
/system/bt/gd/dumpsys/internal/
Dfilter_internal_test.cc52 const reflection::Schema* schema_{nullptr};