Home
last modified time | relevance | path

Searched refs:removeValue (Results 1 – 8 of 8) sorted by relevance

/hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/
DVehiclePropertyStore.h83 void removeValue(const VehiclePropValue& propValue);
/hardware/interfaces/automotive/vehicle/aidl/impl/utils/common/include/
DVehiclePropertyStore.h126 void removeValue(
/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
DFakeObd2Frame.cpp166 propStore->removeValue(*freezeFrame); in clearObd2FreezeFrames()
/hardware/interfaces/automotive/vehicle/2.0/default/common/src/
DVehiclePropertyStore.cpp100 void VehiclePropertyStore::removeValue(const VehiclePropValue& propValue) { in removeValue() function in android::hardware::automotive::vehicle::V2_0::VehiclePropertyStore
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/obd2frame/src/
DFakeObd2Frame.cpp183 mPropStore->removeValue(*result.value()); in clearObd2FreezeFrames()
/hardware/interfaces/automotive/vehicle/aidl/impl/utils/common/src/
DVehiclePropertyStore.cpp260 void VehiclePropertyStore::removeValue(const VehiclePropValue& propValue) { in removeValue() function in android::hardware::automotive::vehicle::VehiclePropertyStore
/hardware/interfaces/automotive/vehicle/2.0/default/tests/fuzzer/
DVehicleManager_fuzzer.cpp528 [&]() { store->removeValue(propValue); }, in invokeVehiclePropStore()
/hardware/interfaces/automotive/vehicle/aidl/impl/utils/common/test/
DVehiclePropertyStoreTest.cpp316 mStore->removeValue(values[0]); in TEST_F()