Home
last modified time | relevance | path

Searched refs:writeValue (Results 1 – 11 of 11) sorted by relevance

/hardware/interfaces/automotive/vehicle/aidl/impl/utils/common/test/
DVehiclePropertyStoreTest.cpp144 ASSERT_RESULT_OK(mStore->writeValue(mValuePool->obtain(values[0]))); in TEST_F()
150 ASSERT_RESULT_OK(mStore->writeValue(mValuePool->obtain(value))); in TEST_F()
161 ASSERT_RESULT_OK(mStore->writeValue(mValuePool->obtain(value))); in TEST_F()
173 ASSERT_RESULT_OK(mStore->writeValue(mValuePool->obtain(value))); in TEST_F()
193 ASSERT_RESULT_OK(mStore->writeValue(mValuePool->obtain(value))); in TEST_F()
210 ASSERT_RESULT_OK(mStore->writeValue(mValuePool->obtain(value))); in TEST_F()
221 ASSERT_RESULT_OK(mStore->writeValue(mValuePool->obtain(value))); in TEST_F()
235 auto result = mStore->writeValue(std::move(v)); in TEST_F()
248 auto result = mStore->writeValue(std::move(v)); in TEST_F()
260 ASSERT_RESULT_OK(mStore->writeValue(std::move(v))); in TEST_F()
[all …]
/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
DFakeObd2Frame.cpp99 propStore->writeValue(*liveObd2Frame, true); in initObd2LiveFrame()
113 propStore->writeValue(*freezeFrame, true); in initObd2FreezeFrame()
DDefaultVehicleHalServer.cpp74 mServerSidePropStore.writeValue(prop, true); in storePropInitialValue()
124 mServerSidePropStore.writeValue(*updatedPropValue, updateStatus); in onFakeValueGenerated()
225 mServerSidePropStore.writeValue(*updatedPropValue, updateStatus); in onSetProperty()
484 mServerSidePropStore.writeValue(prop, true); in overrideProperties()
DDefaultVehicleHal.cpp443 mPropStore->writeValue(prop, /*updateStatus=*/true); in onCreate()
/hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/
DVehiclePropertyStore.h71 bool writeValue(const VehiclePropValue& propValue, bool updateStatus);
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/obd2frame/src/
DFakeObd2Frame.cpp112 mPropStore->writeValue(std::move(liveObd2Frame), /*updateStatus=*/true); in initObd2LiveFrame()
124 mPropStore->writeValue(std::move(freezeFrame), /*updateStatus=*/true); in initObd2FreezeFrame()
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/hardware/src/
DFakeVehicleHardware.cpp338 mServerSidePropStore->writeValue(mValuePool->obtain(prop), /*updateStatus=*/true); in storePropInitialValue()
471 if (auto writeResult = mServerSidePropStore->writeValue( in setApPowerStateReqShutdown()
485 if (auto writeResult = mServerSidePropStore->writeValue(std::move(updatedValue)); in setApPowerStateReport()
510 mServerSidePropStore->writeValue(std::move(prop), /*updateStatus=*/true, in setApPowerStateReport()
528 mServerSidePropStore->writeValue(std::move(prop), /*updateStatus=*/true); in setApPowerStateReport()
618 auto writeResult = mServerSidePropStore->writeValue(std::move(updatedValue), in setHvacTemperatureValueSuggestion()
701 if (auto writeResult = mServerSidePropStore->writeValue( in setUserHalProp()
743 mServerSidePropStore->writeValue(std::move(updatedValue), /*updateStatus=*/true, in synchronizeHvacTemp()
983 mServerSidePropStore->writeValue(std::move(powerPropValue), /*updateStatus=*/true, in sendHvacPropertiesCurrentValues()
1009 mServerSidePropStore->writeValue(std::move(propValue), /*updateStatus=*/true, in sendAdasPropertiesState()
[all …]
/hardware/interfaces/automotive/vehicle/aidl/impl/utils/common/include/
DVehiclePropertyStore.h109 VhalResult<void> writeValue(VehiclePropValuePool::RecyclableType propValue,
/hardware/interfaces/automotive/vehicle/2.0/default/common/src/
DVehiclePropertyStore.cpp70 bool VehiclePropertyStore::writeValue(const VehiclePropValue& propValue, bool updateStatus) { in writeValue() function in android::hardware::automotive::vehicle::V2_0::VehiclePropertyStore
/hardware/interfaces/automotive/vehicle/aidl/impl/utils/common/src/
DVehiclePropertyStore.cpp109 VhalResult<void> VehiclePropertyStore::writeValue(VehiclePropValuePool::RecyclableType propValue, in writeValue() function in android::hardware::automotive::vehicle::VehiclePropertyStore
/hardware/interfaces/automotive/vehicle/2.0/default/tests/fuzzer/
DVehicleManager_fuzzer.cpp516 [&]() { store->writeValue(propValue, shouldWriteStatus); }, in invokeVehiclePropStore()