Home
last modified time | relevance | path

Searched refs:createVehiclePropValue (Results 1 – 9 of 9) sorted by relevance

/hardware/interfaces/automotive/vehicle/aidl/impl/utils/common/test/
DVehicleUtilsTest.cpp561 std::unique_ptr<VehiclePropValue> value = createVehiclePropValue(VehiclePropertyType::INT32); in TEST()
569 createVehiclePropValue(VehiclePropertyType::INT32_VEC); in TEST()
576 std::unique_ptr<VehiclePropValue> value = createVehiclePropValue(VehiclePropertyType::INT64); in TEST()
584 createVehiclePropValue(VehiclePropertyType::INT64_VEC); in TEST()
591 std::unique_ptr<VehiclePropValue> value = createVehiclePropValue(VehiclePropertyType::FLOAT); in TEST()
599 createVehiclePropValue(VehiclePropertyType::FLOAT_VEC); in TEST()
606 std::unique_ptr<VehiclePropValue> value = createVehiclePropValue(VehiclePropertyType::BYTES); in TEST()
613 std::unique_ptr<VehiclePropValue> value = createVehiclePropValue(VehiclePropertyType::STRING); in TEST()
619 std::unique_ptr<VehiclePropValue> value = createVehiclePropValue(VehiclePropertyType::MIXED); in TEST()
/hardware/interfaces/automotive/vehicle/2.0/default/common/src/
DVehicleObjectPool.cpp113 createVehiclePropValue(valueType, vectorSize).release(), in obtainDisposable()
153 return createVehiclePropValue(mPropType, mVectorSize).release(); in createObject()
DVehicleUtils.cpp31 std::unique_ptr<VehiclePropValue> createVehiclePropValue( in createVehiclePropValue() function
DVmsUtils.cpp50 auto result = createVehiclePropValue(VehiclePropertyType::INT32, message_size); in createBaseVmsMessage()
/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
DFakeObd2Frame.cpp93 auto liveObd2Frame = createVehiclePropValue(VehiclePropertyType::MIXED, 0); in initObd2LiveFrame()
108 auto freezeFrame = createVehiclePropValue(VehiclePropertyType::MIXED, 0); in initObd2FreezeFrame()
DDefaultVehicleHalServer.cpp201 auto updatedPropValue = createVehiclePropValue(getPropType(value.prop), 0); in onSetProperty()
512 updatedPropValue = std::move(createVehiclePropValue(VehiclePropertyType::INT32, 1)); in setValueCommand()
520 updatedPropValue = std::move(createVehiclePropValue(VehiclePropertyType::BOOLEAN, 1)); in setValueCommand()
532 updatedPropValue = std::move(createVehiclePropValue(VehiclePropertyType::FLOAT, 1)); in setValueCommand()
/hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/
DVehicleUtils.h65 std::unique_ptr<VehiclePropValue> createVehiclePropValue(
/hardware/interfaces/automotive/vehicle/aidl/impl/utils/common/include/
DVehicleUtils.h132 createVehiclePropValue(aidl::android::hardware::automotive::vehicle::VehiclePropertyType type) { in createVehiclePropValue() function
/hardware/interfaces/automotive/vehicle/2.0/default/tests/fuzzer/
DVehicleManager_fuzzer.cpp343 auto freezeFrame = createVehiclePropValue( in invokeObd2SensorStore()