Searched refs:createVehiclePropValue (Results 1 – 9 of 9) sorted by relevance
/hardware/interfaces/automotive/vehicle/aidl/impl/utils/common/test/ |
D | VehicleUtilsTest.cpp | 561 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/ |
D | VehicleObjectPool.cpp | 113 createVehiclePropValue(valueType, vectorSize).release(), in obtainDisposable() 153 return createVehiclePropValue(mPropType, mVectorSize).release(); in createObject()
|
D | VehicleUtils.cpp | 31 std::unique_ptr<VehiclePropValue> createVehiclePropValue( in createVehiclePropValue() function
|
D | VmsUtils.cpp | 50 auto result = createVehiclePropValue(VehiclePropertyType::INT32, message_size); in createBaseVmsMessage()
|
/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/ |
D | FakeObd2Frame.cpp | 93 auto liveObd2Frame = createVehiclePropValue(VehiclePropertyType::MIXED, 0); in initObd2LiveFrame() 108 auto freezeFrame = createVehiclePropValue(VehiclePropertyType::MIXED, 0); in initObd2FreezeFrame()
|
D | DefaultVehicleHalServer.cpp | 201 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/ |
D | VehicleUtils.h | 65 std::unique_ptr<VehiclePropValue> createVehiclePropValue(
|
/hardware/interfaces/automotive/vehicle/aidl/impl/utils/common/include/ |
D | VehicleUtils.h | 132 createVehiclePropValue(aidl::android::hardware::automotive::vehicle::VehiclePropertyType type) { in createVehiclePropValue() function
|
/hardware/interfaces/automotive/vehicle/2.0/default/tests/fuzzer/ |
D | VehicleManager_fuzzer.cpp | 343 auto freezeFrame = createVehiclePropValue( in invokeObd2SensorStore()
|