Searched refs:readValuesForProperty (Results 1 – 10 of 10) sorted by relevance
124 if (propStore->readValuesForProperty(OBD2_FREEZE_FRAME).size() == 0) { in fillObd2FreezeFrame()146 for (const auto& freezeFrame : propStore->readValuesForProperty(OBD2_FREEZE_FRAME)) { in fillObd2DtcInfo()
134 auto readValuesResult = mPropStore->readValuesForProperty(OBD2_FREEZE_FRAME); in getObd2FreezeFrame()156 auto result = mPropStore->readValuesForProperty(OBD2_FREEZE_FRAME); in getObd2DtcInfo()
87 std::vector<VehiclePropValue> readValuesForProperty(int32_t propId) const;
164 auto result = mStore->readValuesForProperty(toInt(VehicleProperty::INFO_FUEL_CAPACITY)); in TEST_F()176 auto result = mStore->readValuesForProperty(toInt(VehicleProperty::TIRE_PRESSURE)); in TEST_F()184 auto result = mStore->readValuesForProperty(INVALID_PROP_ID); in TEST_F()299 auto result = mStore->readValuesForProperty(propId); in TEST_F()
137 ValuesResultType readValuesForProperty(int32_t propId) const EXCLUDES(mLock);
121 auto result = getPropertyStore()->readValuesForProperty(OBD2_FREEZE_FRAME); in TEST_F()
125 std::vector<VehiclePropValue> VehiclePropertyStore::readValuesForProperty(int32_t propId) const { in readValuesForProperty() function in android::hardware::automotive::vehicle::V2_0::VehiclePropertyStore
299 VehiclePropertyStore::ValuesResultType VehiclePropertyStore::readValuesForProperty( in readValuesForProperty() function in android::hardware::automotive::vehicle::VehiclePropertyStore
633 mServerSidePropStore->readValuesForProperty(toInt(VehicleProperty::HVAC_POWER_ON)); in isHvacPropAndHvacNotAvailable()715 auto hvacTemperatureSetResults = mServerSidePropStore->readValuesForProperty( in synchronizeHvacTemp()757 mServerSidePropStore->readValuesForProperty(toInt(VehicleProperty::HVAC_DUAL_ON)); in getSyncedAreaIdIfHvacDualOn()969 auto powerPropResults = mServerSidePropStore->readValuesForProperty(powerPropId); in sendHvacPropertiesCurrentValues()
520 [&]() { store->readValuesForProperty(vehicleProp); }, in invokeVehiclePropStore()