Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/
DVehicleClient.h51 virtual StatusCode setProperty(const VehiclePropValue& value, bool updateStatus) = 0;
DVehicleConnector.h66 StatusCode setProperty(const VehiclePropValue& value, bool updateStatus) override { in setProperty() function
/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
DEmulatedVehicleHal.cpp208 auto status = mVehicleClient->setProperty(propValue, updateStatus); in set()
263 auto setValueStatus = mVehicleClient->setProperty(propValue, updateStatus); in set()
387 return mVehicleClient->setProperty(propValue, updateStatus) == StatusCode::OK; in setPropertyFromVehicle()