Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
DEmulatedVehicleConnector.cpp45 StatusCode EmulatedVehicleConnector::onSetProperty(const VehiclePropValue& value, in onSetProperty() function in android::hardware::automotive::vehicle::V2_0::impl::EmulatedVehicleConnector
50 const auto& ret = mEmulatedUserHal.onSetProperty(value); in onSetProperty()
63 return this->VehicleHalServer::onSetProperty(value, updateStatus); in onSetProperty()
DEmulatedVehicleConnector.h43 StatusCode onSetProperty(const VehiclePropValue& value, bool updateStatus) override;
DEmulatedUserHal.h53 android::base::Result<std::unique_ptr<VehiclePropValue>> onSetProperty(
DEmulatedUserHal.cpp76 Result<std::unique_ptr<VehiclePropValue>> EmulatedUserHal::onSetProperty( in onSetProperty() function in android::hardware::automotive::vehicle::V2_0::impl::EmulatedUserHal
DVehicleHalServer.cpp237 StatusCode VehicleHalServer::onSetProperty(const VehiclePropValue& value, bool updateStatus) { in onSetProperty() function in android::hardware::automotive::vehicle::V2_0::impl::VehicleHalServer
/hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/
DVehicleServer.h49 virtual StatusCode onSetProperty(const VehiclePropValue& value, bool updateStatus) = 0;
DVehicleConnector.h67 return this->onSetProperty(value, updateStatus); in setProperty()