Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/vehicle/aidl/impl/utils/common/test/
DVehicleUtilsTest.cpp56 constexpr int32_t floatProp = toInt(VehicleProperty::ENV_OUTSIDE_TEMPERATURE); variable
149 .prop = floatProp, in getInvalidPropValuesTestCases()
158 .prop = floatProp, in getInvalidPropValuesTestCases()
165 .prop = floatProp, in getInvalidPropValuesTestCases()
413 .prop = floatProp, in getInvalidValueRangeTestCases()
/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/tests/
DDefaultVhalImpl_test.cpp505 VehiclePropValue floatProp = {.prop = toInt(VehicleProperty::INFO_FUEL_CAPACITY)}; in GenSetInvalidPropParams() local
506 props.push_back(floatProp); in GenSetInvalidPropParams()