Searched refs:shouldUpdateStatus (Results 1 – 1 of 1) sorted by relevance
132 static constexpr bool shouldUpdateStatus = false; in set() local201 if (!mPropStore->writeValue(propValue, shouldUpdateStatus)) { in set()224 static constexpr bool shouldUpdateStatus = true; in onCreate() local267 mPropStore->writeValue(prop, shouldUpdateStatus); in onCreate()327 static constexpr bool shouldUpdateStatus = true; in setPropertyFromVehicle() local336 if (mPropStore->writeValue(propValue, shouldUpdateStatus)) { in setPropertyFromVehicle()454 static constexpr bool shouldUpdateStatus = false; in onFakeValueGenerated() local460 mPropStore->writeValue(*updatedPropValue, shouldUpdateStatus); in onFakeValueGenerated()489 static constexpr bool shouldUpdateStatus = true; in initObd2LiveFrame() local497 mPropStore->writeValue(*liveObd2Frame, shouldUpdateStatus); in initObd2LiveFrame()[all …]