Home
last modified time | relevance | path

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

/system/tools/aidl/
Dgenerate_java.cpp955 const std::map<std::string, std::string> params = a.AnnotationParams(ConstantValueDecorator); in GenerateJavaUnsupportedAppUsageParameters()
981 for (const auto& [name, value] : annotation->AnnotationParams(ConstantValueDecorator)) { in GenerateJavaAnnotations()
Daidl_language.cpp381 std::map<std::string, std::string> AidlAnnotation::AnnotationParams( in AnnotationParams() function in AidlAnnotation
399 for (const auto& [name, value] : AnnotationParams(AidlConstantValueDecorator)) { in ToString()
482 for (const auto& name_and_param : ann->AnnotationParams(AidlConstantValueDecorator)) { in RustDerive()
Daidl_language.h293 std::map<std::string, std::string> AnnotationParams(