Home
last modified time | relevance | path

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

/aosp12/system/bt/gd/dumpsys/
H A Dreflection_schema.cc40 std::string dumpsys::ReflectionSchema::GetRootName() const { in GetRootName() function in dumpsys::ReflectionSchema
45 return FindInReflectionSchema(GetRootName()); in GetRootReflectionSchema()
H A Dreflection_schema.h32 std::string GetRootName() const;
H A Dfilter.cc181 …:Schema* root_schema = reflection_schema_.FindInReflectionSchema(reflection_schema_.GetRootName()); in FilterInPlace()
/aosp12/system/bt/gd/shim/
H A Ddumpsys.cc88 const std::string root_name = reflection_schema_.GetRootName(); in PrintAsJson()
/aosp12/hardware/interfaces/automotive/can/1.0/default/libc++fs/src/filesystem/
H A Doperations.cpp1555 auto GetRootName = [](PathParser *Parser) -> string_view_t { in CompareRootName() local
1558 int res = GetRootName(LHS).compare(GetRootName(RHS)); in CompareRootName()