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