Home
last modified time | relevance | path

Searched refs:mPropStore (Results 1 – 2 of 2) sorted by relevance

/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
DEmulatedVehicleHal.cpp91 : mPropStore(propStore), in EmulatedVehicleHal()
99 mPropStore->registerProperty(kVehicleProperties[i].config); in EmulatedVehicleHal()
119 auto internalPropValue = mPropStore->readValueOrNull(requestedPropValue); in get()
140 auto hvacPowerOn = mPropStore->readValueOrNull( in set()
191 auto currentPropValue = mPropStore->readValueOrNull(propValue); in set()
201 if (!mPropStore->writeValue(propValue, shouldUpdateStatus)) { in set()
267 mPropStore->writeValue(prop, shouldUpdateStatus); in onCreate()
270 initObd2LiveFrame(*mPropStore->getConfigOrDie(OBD2_LIVE_FRAME)); in onCreate()
271 initObd2FreezeFrame(*mPropStore->getConfigOrDie(OBD2_FREEZE_FRAME)); in onCreate()
275 return mPropStore->getAllConfigs(); in listProperties()
[all …]
DEmulatedVehicleHal.h85 VehiclePropertyStore* mPropStore; variable