Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/dumpsys/
Dreflection_schema.cc44 std::string dumpsys::ReflectionSchema::GetRootName() const { in GetRootName() function in dumpsys::ReflectionSchema
49 return FindInReflectionSchema(GetRootName()); in GetRootReflectionSchema()
Dreflection_schema.h33 std::string GetRootName() const;
/packages/modules/Bluetooth/system/gd/shim/
Ddumpsys.cc91 const std::string root_name = reflection_schema_.GetRootName(); in PrintAsJson()