Searched refs:getPropType (Results 1 – 17 of 17) sorted by relevance
49 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()
135 switch (getPropType(event.prop)) { in parseFakeValueJson()
77 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()
44 VehiclePropertyType type = getPropType(src.prop); in obtain()
319 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()
73 VehiclePropertyType type = getPropType(property); in checkPropValue()189 VehiclePropertyType type = getPropType(property); in checkValueRange()
56 VehiclePropertyType type = getPropType(propId); in obtain()
43 inline constexpr VehiclePropertyType getPropType(int32_t prop) { in getPropType() function
65 switch (getPropType(event.prop)) { in nextEvent()
180 VehiclePropertyType type = getPropType(property); in checkPropValue()288 VehiclePropertyType type = getPropType(property); in checkValueRange()
161 switch (getPropType(event.prop)) { in parseFakeValueJson()
201 auto updatedPropValue = createVehiclePropValue(getPropType(value.prop), 0); in onSetProperty()
52 auto cfgType = getPropType(config.prop); in CheckPropConfigConversion()
41 inline constexpr aidl::android::hardware::automotive::vehicle::VehiclePropertyType getPropType( in getPropType() function
476 VehiclePropertyType type = getPropType(toInt(VehicleProperty::INFO_VIN)); in TEST()
1168 updatedValue = mValuePool->obtain(getPropType(value.prop)); in maybeSetSpecialValue()
1936 auto propType = getPropType(powerPropId); in TEST_F()