Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/
DVehiclePropertyStore.h74 void removeValuesForProperty(int32_t propId);
/hardware/interfaces/automotive/vehicle/aidl/impl/utils/common/include/
DVehiclePropertyStore.h113 void removeValuesForProperty(int32_t propId);
/hardware/interfaces/automotive/vehicle/2.0/default/common/src/
DVehiclePropertyStore.cpp80 void VehiclePropertyStore::removeValuesForProperty(int32_t propId) { in removeValuesForProperty() function in android::hardware::automotive::vehicle::V2_0::VehiclePropertyStore
/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
DFakeObd2Frame.cpp157 propStore->removeValuesForProperty(OBD2_FREEZE_FRAME); in clearObd2FreezeFrames()
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/obd2frame/src/
DFakeObd2Frame.cpp173 mPropStore->removeValuesForProperty(OBD2_FREEZE_FRAME); in clearObd2FreezeFrames()
/hardware/interfaces/automotive/vehicle/aidl/impl/utils/common/test/
DVehiclePropertyStoreTest.cpp333 mStore->removeValuesForProperty(toInt(VehicleProperty::INFO_FUEL_CAPACITY)); in TEST_F()
334 mStore->removeValuesForProperty(toInt(VehicleProperty::TIRE_PRESSURE)); in TEST_F()
/hardware/interfaces/automotive/vehicle/aidl/impl/utils/common/src/
DVehiclePropertyStore.cpp174 void VehiclePropertyStore::removeValuesForProperty(int32_t propId) { in removeValuesForProperty() function in android::hardware::automotive::vehicle::VehiclePropertyStore
/hardware/interfaces/automotive/vehicle/2.0/default/tests/fuzzer/
DVehicleManager_fuzzer.cpp411 store->removeValuesForProperty(vehicleProp); in invokeVehiclePropStore()