Home
last modified time | relevance | path

Searched refs:getPropConfig (Results 1 – 4 of 4) sorted by relevance

/hardware/interfaces/automotive/vehicle/aidl/impl/utils/common/include/
DVehiclePropertyStore.h165 getPropConfig(int32_t propId) const EXCLUDES(mLock);
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/hardware/src/
DFakeVehicleHardware.cpp415 auto maybeObd2LiveFrame = mServerSidePropStore->getPropConfig(OBD2_LIVE_FRAME); in init()
419 auto maybeObd2FreezeFrame = mServerSidePropStore->getPropConfig(OBD2_FREEZE_FRAME); in init()
584 mServerSidePropStore->getPropConfig(toInt(VehicleProperty::HVAC_TEMPERATURE_SET)); in setHvacTemperatureValueSuggestion()
993 auto dependentPropConfigResult = mServerSidePropStore->getPropConfig(dependentPropId); in sendAdasPropertiesState()
1921 auto result = mServerSidePropStore->getPropConfig(prop); in dumpSpecificProperty()
2234 auto configResult = mServerSidePropStore->getPropConfig(propId); in subscribe()
/hardware/interfaces/automotive/vehicle/aidl/impl/utils/common/test/
DVehiclePropertyStoreTest.cpp107 mStore->getPropConfig(toInt(VehicleProperty::INFO_FUEL_CAPACITY)); in TEST_F()
114 VhalResult<VehiclePropConfig> result = mStore->getPropConfig(INVALID_PROP_ID); in TEST_F()
/hardware/interfaces/automotive/vehicle/aidl/impl/utils/common/src/
DVehiclePropertyStore.cpp366 VhalResult<VehiclePropConfig> VehiclePropertyStore::getPropConfig(int32_t propId) const { in getPropConfig() function in android::hardware::automotive::vehicle::VehiclePropertyStore