Home
last modified time | relevance | path

Searched refs:doesAnnotationMapContainsAllProps (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() function
47 ASSERT_TRUE(doesAnnotationMapContainsAllProps(ChangeModeForVehicleProperty)) in TEST()
53 ASSERT_TRUE(doesAnnotationMapContainsAllProps(AccessForVehicleProperty)) in TEST()
DVehiclePropertyAnnotationJavaTest.java20 private boolean doesAnnotationMapContainsAllProps(Map<Integer, Integer> annotationMap) { in doesAnnotationMapContainsAllProps() method in VehiclePropertyAnnotationJavaTest
48 .that(doesAnnotationMapContainsAllProps(ChangeModeForVehicleProperty.values)) in testChangeMode()
57 .that(doesAnnotationMapContainsAllProps(AccessForVehicleProperty.values)) in testAccess()