Searched refs:removeValuesForProperty (Results 1 – 8 of 8) sorted by relevance
84 void removeValuesForProperty(int32_t propId);
131 void removeValuesForProperty(int32_t propId) EXCLUDES(mLock);
157 propStore->removeValuesForProperty(OBD2_FREEZE_FRAME); in clearObd2FreezeFrames()
109 void VehiclePropertyStore::removeValuesForProperty(int32_t propId) { in removeValuesForProperty() function in android::hardware::automotive::vehicle::V2_0::VehiclePropertyStore
173 mPropStore->removeValuesForProperty(OBD2_FREEZE_FRAME); in clearObd2FreezeFrames()
334 mStore->removeValuesForProperty(toInt(VehicleProperty::INFO_FUEL_CAPACITY)); in TEST_F()335 mStore->removeValuesForProperty(toInt(VehicleProperty::TIRE_PRESSURE)); in TEST_F()
274 void VehiclePropertyStore::removeValuesForProperty(int32_t propId) { in removeValuesForProperty() function in android::hardware::automotive::vehicle::VehiclePropertyStore
527 [&]() { store->removeValuesForProperty(vehicleProp); }, in invokeVehiclePropStore()