Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
H A DEmulatedVehicleHal.cpp101 : mPropStore(propStore), in EmulatedVehicleHal()
211 auto hvacPowerOn = mPropStore->readValueOrNull( in set()
315 mPropStore->writeValue(prop, shouldUpdateStatus); in onCreate()
330 return mPropStore->getAllConfigs(); in listProperties()
391 return mPropStore->readAllValues(); in getAllProperties()
397 if (mPropStore->writeValue(*updatedPropValue, updateStatus)) { in onPropertyValue()
419 mPropStore->registerProperty(cfg, tokenFunction); in initStaticConfig()
432 mPropStore->writeValue(*liveObd2Frame, shouldUpdateStatus); in initObd2LiveFrame()
449 mPropStore->writeValue(*freezeFrame, shouldUpdateStatus); in initObd2FreezeFrame()
476 mPropStore->removeValuesForProperty(OBD2_FREEZE_FRAME); in clearObd2FreezeFrames()
[all …]
H A DEmulatedVehicleHal.h89 VehiclePropertyStore* mPropStore; variable