Home
last modified time | relevance | path

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

/aosp_15_r20/system/tools/hidl/
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()
DFmqType.cpp28 const std::string& definedName) in FmqType()
/aosp_15_r20/system/tools/hidl/lint/lints/
DnamingConventions.cpp47 std::string definedName = namedType->definedName(); in namingConventions() local