Home
last modified time | relevance | path

Searched refs:annotationMap (Results 1 – 2 of 2) sorted by relevance

/hardware/interfaces/automotive/vehicle/aidl/aidl_test/
DVehiclePropertyAnnotationCppTest.cpp31 bool doesAnnotationMapContainsAllProps(std::unordered_map<VehicleProperty, T> annotationMap) { in doesAnnotationMapContainsAllProps() argument
37 if (annotationMap.find(v) == annotationMap.end()) { in doesAnnotationMapContainsAllProps()
DVehiclePropertyAnnotationJavaTest.java20 private boolean doesAnnotationMapContainsAllProps(Map<Integer, Integer> annotationMap) { in doesAnnotationMapContainsAllProps() argument
31 if (annotationMap.get(propId) == null) { in doesAnnotationMapContainsAllProps()