Searched refs:mPropStore (Results 1 – 2 of 2) sorted by relevance
101 : 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 …]
89 VehiclePropertyStore* mPropStore; variable