Home
last modified time | relevance | path

Searched refs:getPropType (Results 1 – 17 of 17) sorted by relevance

/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/GeneratorHub/src/
DLinearFakeValueGenerator.cpp49 assert(getPropType(propId) == VehicleProperty::INT32 || in initGenCfg()
50 getPropType(propId) == VehicleProperty::INT64 || in initGenCfg()
51 getPropType(propId) == VehicleProperty::FLOAT); in initGenCfg()
73 switch (getPropType(event.prop)) { in nextEvent()
DJsonFakeValueGenerator.cpp135 switch (getPropType(event.prop)) { in parseFakeValueJson()
/hardware/interfaces/automotive/vehicle/2.0/default/common/src/
DProtoMessageConverter.cpp77 protoCfg->set_value_type(toInt(getPropType(cfg.prop))); in toProto()
92 switch (getPropType(cfg.prop)) { in toProto()
115 ALOGW("%s: Unknown property type: 0x%x", __func__, toInt(getPropType(cfg.prop))); in toProto()
153 protoVal->set_value_type(toInt(getPropType(val.prop))); in toProto()
DVehicleObjectPool.cpp44 VehiclePropertyType type = getPropType(src.prop); in obtain()
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/userhal/src/
DUserHalHelper.cpp319 auto propValue = pool.obtain(getPropType(switchUserProp)); in toVehiclePropValue()
332 auto propValue = pool.obtain(getPropType(initialUserInfoProp)); in toVehiclePropValue()
348 auto propValue = pool.obtain(getPropType(switchUserProp)); in toVehiclePropValue()
364 auto propValue = pool.obtain(getPropType(createUserProp)); in toVehiclePropValue()
379 auto propValue = pool.obtain(getPropType(userIdAssocProp)); in toVehiclePropValue()
/hardware/interfaces/automotive/vehicle/aidl/impl/utils/common/src/
DVehicleUtils.cpp73 VehiclePropertyType type = getPropType(property); in checkPropValue()
189 VehiclePropertyType type = getPropType(property); in checkValueRange()
DVehicleObjectPool.cpp56 VehiclePropertyType type = getPropType(propId); in obtain()
/hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/
DVehicleUtils.h43 inline constexpr VehiclePropertyType getPropType(int32_t prop) { in getPropType() function
/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
DLinearFakeValueGenerator.cpp65 switch (getPropType(event.prop)) { in nextEvent()
DDefaultVehicleHal.cpp180 VehiclePropertyType type = getPropType(property); in checkPropValue()
288 VehiclePropertyType type = getPropType(property); in checkValueRange()
DJsonFakeValueGenerator.cpp161 switch (getPropType(event.prop)) { in parseFakeValueJson()
DDefaultVehicleHalServer.cpp201 auto updatedPropValue = createVehiclePropValue(getPropType(value.prop), 0); in onSetProperty()
/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/tests/
DProtoMessageConverter_test.cpp52 auto cfgType = getPropType(config.prop); in CheckPropConfigConversion()
/hardware/interfaces/automotive/vehicle/aidl/impl/utils/common/include/
DVehicleUtils.h41 inline constexpr aidl::android::hardware::automotive::vehicle::VehiclePropertyType getPropType( in getPropType() function
/hardware/interfaces/automotive/vehicle/aidl/impl/utils/common/test/
DVehicleUtilsTest.cpp476 VehiclePropertyType type = getPropType(toInt(VehicleProperty::INFO_VIN)); in TEST()
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/hardware/src/
DFakeVehicleHardware.cpp1168 updatedValue = mValuePool->obtain(getPropType(value.prop)); in maybeSetSpecialValue()
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/hardware/test/
DFakeVehicleHardwareTest.cpp1936 auto propType = getPropType(powerPropId); in TEST_F()