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.h84 void removeValuesForProperty(int32_t propId);
/hardware/interfaces/automotive/vehicle/aidl/impl/utils/common/include/
DVehiclePropertyStore.h131 void removeValuesForProperty(int32_t propId) EXCLUDES(mLock);
/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
DFakeObd2Frame.cpp157 propStore->removeValuesForProperty(OBD2_FREEZE_FRAME); in clearObd2FreezeFrames()
/hardware/interfaces/automotive/vehicle/2.0/default/common/src/
DVehiclePropertyStore.cpp109 void VehiclePropertyStore::removeValuesForProperty(int32_t propId) { in removeValuesForProperty() function in android::hardware::automotive::vehicle::V2_0::VehiclePropertyStore
/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.cpp334 mStore->removeValuesForProperty(toInt(VehicleProperty::INFO_FUEL_CAPACITY)); in TEST_F()
335 mStore->removeValuesForProperty(toInt(VehicleProperty::TIRE_PRESSURE)); in TEST_F()
/hardware/interfaces/automotive/vehicle/aidl/impl/utils/common/src/
DVehiclePropertyStore.cpp274 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.cpp527 [&]() { store->removeValuesForProperty(vehicleProp); }, in invokeVehiclePropStore()