Home
last modified time | relevance | path

Searched defs:definedName (Results 1 – 3 of 3) sorted by relevance

/aosp12/system/tools/hidl/lint/lints/
H A DnamingConventions.cpp47 std::string definedName = namedType->definedName(); in namingConventions() local
/aosp12/system/tools/hidl/
H A DFmqType.cpp28 const std::string& definedName) in FmqType()
H A DType.cpp32 Type::Type(Scope* parent, const std::string& definedName) in Type()
378 const std::string& Type::definedName() const { in definedName() function in android::Type
736 TemplatedType::TemplatedType(Scope* parent, const std::string& definedName) in TemplatedType()