Home
last modified time | relevance | path

Searched defs:updateStatus (Results 1 – 4 of 4) sorted by relevance

/hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/
DVehicleConnector.h66 StatusCode setProperty(const VehiclePropValue& value, bool updateStatus) override { in setProperty()
70 void onPropertyValueFromCar(const VehiclePropValue& value, bool updateStatus) override { in onPropertyValueFromCar()
/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
DVehicleHalClient.cpp23 void VehicleHalClient::onPropertyValue(const VehiclePropValue& value, bool updateStatus) { in onPropertyValue()
DEmulatedVehicleHal.cpp193 constexpr bool updateStatus = false; in set() local
400 constexpr bool updateStatus = true; in setPropertyFromVehicle() local
408 void EmulatedVehicleHal::onPropertyValue(const VehiclePropValue& value, bool updateStatus) { in onPropertyValue()
/hardware/interfaces/automotive/vehicle/2.0/default/common/src/
DVehiclePropertyStore.cpp45 bool updateStatus) { in writeValue()