Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/shim/
Ddumpsys.cc91 const std::string root_name = reflection_schema_.GetRootName(); in PrintAsJson() local
92 if (root_name.empty()) { in PrintAsJson()
99 const reflection::Schema* schema = reflection_schema_.FindInReflectionSchema(root_name); in PrintAsJson()
102 snprintf(buf, sizeof(buf), "ERROR: Unable to find schema root name:%s\n", root_name.c_str()); in PrintAsJson()
112 …snprintf(buf, sizeof(buf), "ERROR: Unable to deserialize bundle root name:%s\n", root_name.c_str()… in PrintAsJson()
/packages/modules/Bluetooth/system/gd/dumpsys/bundler/
Dbundler.gni118 assert(defined(invoker.root_name), "root_name must be set")
137 "${invoker.root_name}",
Dbundler_schema.fbs15 root_name:string;
Dbundler.cc193 fprintf(stdout, "Bundle schema root_name:%s\n", bundle_schema->root_name()->c_str()); in ReadBundledSchema()
/packages/modules/Bluetooth/system/gd/dumpsys/
Dreflection_schema.cc45 return bundled_schema_->root_name()->str(); in GetRootName()
73 bundled_schema_->root_name()->c_str()); in PrintReflectionSchema()
DBUILD.gn35 root_name = "bluetooth.DumpsysData"
/packages/services/Mtp/tests/src/com/android/mtp/
DTestResources.java25 case R.string.root_name: in getString()
/packages/services/Mtp/src/com/android/mtp/
DMtpDocumentsProvider.java229 R.string.root_name, in queryDocument()
DMtpDatabase.java199 R.string.root_name, in queryRoots()