Searched refs:root_name (Results 1 – 9 of 9) sorted by relevance
/packages/modules/Bluetooth/system/gd/shim/ |
D | dumpsys.cc | 91 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/ |
D | bundler.gni | 118 assert(defined(invoker.root_name), "root_name must be set") 137 "${invoker.root_name}",
|
D | bundler_schema.fbs | 15 root_name:string;
|
D | bundler.cc | 193 fprintf(stdout, "Bundle schema root_name:%s\n", bundle_schema->root_name()->c_str()); in ReadBundledSchema()
|
/packages/modules/Bluetooth/system/gd/dumpsys/ |
D | reflection_schema.cc | 45 return bundled_schema_->root_name()->str(); in GetRootName() 73 bundled_schema_->root_name()->c_str()); in PrintReflectionSchema()
|
D | BUILD.gn | 35 root_name = "bluetooth.DumpsysData"
|
/packages/services/Mtp/tests/src/com/android/mtp/ |
D | TestResources.java | 25 case R.string.root_name: in getString()
|
/packages/services/Mtp/src/com/android/mtp/ |
D | MtpDocumentsProvider.java | 229 R.string.root_name, in queryDocument()
|
D | MtpDatabase.java | 199 R.string.root_name, in queryRoots()
|