Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/vehicle/2.0/default/tests/
DVehicleHalTestUtils.h32 constexpr int32_t kCustomComplexProperty = variable
84 {.prop = kCustomComplexProperty,
DVehicleHalManager_test.cpp186 pValue->prop = kCustomComplexProperty; in getComplexProperty()
325 invokeGet(kCustomComplexProperty, 0); in TEST_F()
328 ASSERT_EQ(kCustomComplexProperty, actualValue.prop); in TEST_F()
/hardware/interfaces/automotive/vehicle/2.0/default/tests/fuzzer/
DVehicleManager_fuzzer.cpp37 using ::android::hardware::automotive::vehicle::V2_0::kCustomComplexProperty;
126 if (requestedPropValue.prop == kCustomComplexProperty) { in get()
241 invokeGet(kCustomComplexProperty, 0); in invokeSetAndGetValues()