Home
last modified time | relevance | path

Searched refs:shouldUpdateStatus (Results 1 – 1 of 1) sorted by relevance

/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
DEmulatedVehicleHal.cpp132 static constexpr bool shouldUpdateStatus = false; in set() local
201 if (!mPropStore->writeValue(propValue, shouldUpdateStatus)) { in set()
224 static constexpr bool shouldUpdateStatus = true; in onCreate() local
267 mPropStore->writeValue(prop, shouldUpdateStatus); in onCreate()
327 static constexpr bool shouldUpdateStatus = true; in setPropertyFromVehicle() local
336 if (mPropStore->writeValue(propValue, shouldUpdateStatus)) { in setPropertyFromVehicle()
454 static constexpr bool shouldUpdateStatus = false; in onFakeValueGenerated() local
460 mPropStore->writeValue(*updatedPropValue, shouldUpdateStatus); in onFakeValueGenerated()
489 static constexpr bool shouldUpdateStatus = true; in initObd2LiveFrame() local
497 mPropStore->writeValue(*liveObd2Frame, shouldUpdateStatus); in initObd2LiveFrame()
[all …]