Home
last modified time | relevance | path

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

/system/bt/gd/shim/
Ddumpsys.cc88 const std::string root_name = reflection_schema_.GetRootName(); in PrintAsJson() local
89 if (root_name.empty()) { in PrintAsJson()
96 const reflection::Schema* schema = reflection_schema_.FindInReflectionSchema(root_name); in PrintAsJson()
99 snprintf(buf, sizeof(buf), "ERROR: Unable to find schema root name:%s\n", root_name.c_str()); in PrintAsJson()
107 …snprintf(buf, sizeof(buf), "ERROR: Unable to deserialize bundle root name:%s\n", root_name.c_str()… in PrintAsJson()
/system/bt/gd/dumpsys/
Dreflection_schema.cc41 return bundled_schema_->root_name()->str(); in GetRootName()
69 bundled_schema_->root_name()->c_str()); in PrintReflectionSchema()
DBUILD.gn33 root_name = "bluetooth.DumpsysData"
/system/bt/gd/dumpsys/bundler/
Dbundler.fbs15 root_name:string;
Dbundler.gni118 assert(defined(invoker.root_name), "root_name must be set")
137 "${invoker.root_name}",
Dbundler.cc208 fprintf(stdout, "Bundle schema root_name:%s\n", bundle_schema->root_name()->c_str()); in ReadBundledSchema()