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.cpp133 static constexpr bool shouldUpdateStatus = false; in set() local
202 if (!mPropStore->writeValue(propValue, shouldUpdateStatus)) { in set()
244 static constexpr bool shouldUpdateStatus = true; in onCreate() local
287 mPropStore->writeValue(prop, shouldUpdateStatus); in onCreate()
349 static constexpr bool shouldUpdateStatus = true; in setPropertyFromVehicle() local
358 if (mPropStore->writeValue(propValue, shouldUpdateStatus)) { in setPropertyFromVehicle()
476 static constexpr bool shouldUpdateStatus = false; in onFakeValueGenerated() local
482 mPropStore->writeValue(*updatedPropValue, shouldUpdateStatus); in onFakeValueGenerated()
511 static constexpr bool shouldUpdateStatus = true; in initObd2LiveFrame() local
519 mPropStore->writeValue(*liveObd2Frame, shouldUpdateStatus); in initObd2LiveFrame()
[all …]