Searched refs:mPropStore (Results 1 – 2 of 2) sorted by relevance
92 : mPropStore(propStore), in EmulatedVehicleHal()100 mPropStore->registerProperty(kVehicleProperties[i].config); in EmulatedVehicleHal()120 auto internalPropValue = mPropStore->readValueOrNull(requestedPropValue); in get()141 auto hvacPowerOn = mPropStore->readValueOrNull( in set()192 auto currentPropValue = mPropStore->readValueOrNull(propValue); in set()202 if (!mPropStore->writeValue(propValue, shouldUpdateStatus)) { in set()287 mPropStore->writeValue(prop, shouldUpdateStatus); in onCreate()290 initObd2LiveFrame(*mPropStore->getConfigOrDie(OBD2_LIVE_FRAME)); in onCreate()291 initObd2FreezeFrame(*mPropStore->getConfigOrDie(OBD2_FREEZE_FRAME)); in onCreate()297 return mPropStore->getAllConfigs(); in listProperties()[all …]
85 VehiclePropertyStore* mPropStore; variable