Home
last modified time | relevance | path

Searched refs:readValuesForProperty (Results 1 – 10 of 10) sorted by relevance

/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
DFakeObd2Frame.cpp124 if (propStore->readValuesForProperty(OBD2_FREEZE_FRAME).size() == 0) { in fillObd2FreezeFrame()
146 for (const auto& freezeFrame : propStore->readValuesForProperty(OBD2_FREEZE_FRAME)) { in fillObd2DtcInfo()
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/obd2frame/src/
DFakeObd2Frame.cpp134 auto readValuesResult = mPropStore->readValuesForProperty(OBD2_FREEZE_FRAME); in getObd2FreezeFrame()
156 auto result = mPropStore->readValuesForProperty(OBD2_FREEZE_FRAME); in getObd2DtcInfo()
/hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/
DVehiclePropertyStore.h87 std::vector<VehiclePropValue> readValuesForProperty(int32_t propId) const;
/hardware/interfaces/automotive/vehicle/aidl/impl/utils/common/test/
DVehiclePropertyStoreTest.cpp164 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()
/hardware/interfaces/automotive/vehicle/aidl/impl/utils/common/include/
DVehiclePropertyStore.h137 ValuesResultType readValuesForProperty(int32_t propId) const EXCLUDES(mLock);
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/obd2frame/test/
DFakeObd2FrameTest.cpp121 auto result = getPropertyStore()->readValuesForProperty(OBD2_FREEZE_FRAME); in TEST_F()
/hardware/interfaces/automotive/vehicle/2.0/default/common/src/
DVehiclePropertyStore.cpp125 std::vector<VehiclePropValue> VehiclePropertyStore::readValuesForProperty(int32_t propId) const { in readValuesForProperty() function in android::hardware::automotive::vehicle::V2_0::VehiclePropertyStore
/hardware/interfaces/automotive/vehicle/aidl/impl/utils/common/src/
DVehiclePropertyStore.cpp299 VehiclePropertyStore::ValuesResultType VehiclePropertyStore::readValuesForProperty( in readValuesForProperty() function in android::hardware::automotive::vehicle::VehiclePropertyStore
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/hardware/src/
DFakeVehicleHardware.cpp633 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()
/hardware/interfaces/automotive/vehicle/2.0/default/tests/fuzzer/
DVehicleManager_fuzzer.cpp520 [&]() { store->readValuesForProperty(vehicleProp); }, in invokeVehiclePropStore()