Searched refs:shouldUpdateStatus (Results 1 – 1 of 1) sorted by relevance
133 static constexpr bool shouldUpdateStatus = false; in set() local202 if (!mPropStore->writeValue(propValue, shouldUpdateStatus)) { in set()244 static constexpr bool shouldUpdateStatus = true; in onCreate() local287 mPropStore->writeValue(prop, shouldUpdateStatus); in onCreate()349 static constexpr bool shouldUpdateStatus = true; in setPropertyFromVehicle() local358 if (mPropStore->writeValue(propValue, shouldUpdateStatus)) { in setPropertyFromVehicle()476 static constexpr bool shouldUpdateStatus = false; in onFakeValueGenerated() local482 mPropStore->writeValue(*updatedPropValue, shouldUpdateStatus); in onFakeValueGenerated()511 static constexpr bool shouldUpdateStatus = true; in initObd2LiveFrame() local519 mPropStore->writeValue(*liveObd2Frame, shouldUpdateStatus); in initObd2LiveFrame()[all …]