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.cpp101 : mPropStore(propStore), in EmulatedVehicleHal()
175 auto internalPropValue = mPropStore->readValueOrNull(requestedPropValue); in get()
211 auto hvacPowerOn = mPropStore->readValueOrNull( in set()
239 auto currentPropValue = mPropStore->readValueOrNull(propValue); in set()
315 mPropStore->writeValue(prop, shouldUpdateStatus); in onCreate()
321 initObd2LiveFrame(*mPropStore->getConfigOrDie(OBD2_LIVE_FRAME)); in onCreate()
322 initObd2FreezeFrame(*mPropStore->getConfigOrDie(OBD2_FREEZE_FRAME)); in onCreate()
330 return mPropStore->getAllConfigs(); in listProperties()
340 auto internalPropValue = mPropStore->readValueOrNull(property); in onContinuousPropertyTimer()
377 const VehiclePropConfig* config = mPropStore->getConfigOrNull(propId); in isContinuousProperty()
[all …]
DEmulatedVehicleHal.h89 VehiclePropertyStore* mPropStore; variable