Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/dumpsys/bundler/
Dbundler.cc189 auto bundle_schema = flatbuffers::GetRoot<BundledSchema>(flatfile_data.c_str()); in ReadBundledSchema() local
190 const flatbuffers::Vector<flatbuffers::Offset<BundledSchemaMap>>* map = bundle_schema->map(); in ReadBundledSchema()
192 fprintf(stdout, "Bundle schema title:%s\n", bundle_schema->title()->c_str()); in ReadBundledSchema()
193 fprintf(stdout, "Bundle schema root_name:%s\n", bundle_schema->root_name()->c_str()); in ReadBundledSchema()