Searched refs:kMixedTypePropertyForTest (Results 1 – 4 of 4) sorted by relevance
/hardware/interfaces/automotive/vehicle/aidl/impl/utils/common/test/ |
D | VehicleUtilsTest.cpp | 58 constexpr int32_t kMixedTypePropertyForTest = 0x1111 | toInt(VehiclePropertyGroup::VENDOR) | variable 189 .prop = kMixedTypePropertyForTest, in getInvalidPropValuesTestCases() 201 .prop = kMixedTypePropertyForTest, in getInvalidPropValuesTestCases() 210 .prop = kMixedTypePropertyForTest, in getInvalidPropValuesTestCases() 222 .prop = kMixedTypePropertyForTest, in getInvalidPropValuesTestCases() 230 .prop = kMixedTypePropertyForTest, in getInvalidPropValuesTestCases() 242 .prop = kMixedTypePropertyForTest, in getInvalidPropValuesTestCases() 250 .prop = kMixedTypePropertyForTest, in getInvalidPropValuesTestCases() 262 .prop = kMixedTypePropertyForTest, in getInvalidPropValuesTestCases() 270 .prop = kMixedTypePropertyForTest, in getInvalidPropValuesTestCases() [all …]
|
/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/ |
D | PropertyUtils.h | 82 const int32_t kMixedTypePropertyForTest = variable
|
D | DefaultConfig.h | 663 .config = {.prop = kMixedTypePropertyForTest, 938 {kMixedTypePropertyForTest,
|
/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/tests/ |
D | DefaultVhalImpl_test.cpp | 79 using ::android::hardware::automotive::vehicle::V2_0::impl::kMixedTypePropertyForTest; 280 value.prop = kMixedTypePropertyForTest; in TEST_F() 532 VehiclePropValue mixedProp1 = {.prop = kMixedTypePropertyForTest}; in GenSetInvalidPropParams() 538 VehiclePropValue mixedProp2 = {.prop = kMixedTypePropertyForTest}; in GenSetInvalidPropParams()
|