Searched refs:onSetProperty (Results 1 – 7 of 7) sorted by relevance
45 StatusCode EmulatedVehicleConnector::onSetProperty(const VehiclePropValue& value, in onSetProperty() function in android::hardware::automotive::vehicle::V2_0::impl::EmulatedVehicleConnector50 const auto& ret = mEmulatedUserHal.onSetProperty(value); in onSetProperty()63 return this->VehicleHalServer::onSetProperty(value, updateStatus); in onSetProperty()
43 StatusCode onSetProperty(const VehiclePropValue& value, bool updateStatus) override;
53 android::base::Result<std::unique_ptr<VehiclePropValue>> onSetProperty(
76 Result<std::unique_ptr<VehiclePropValue>> EmulatedUserHal::onSetProperty( in onSetProperty() function in android::hardware::automotive::vehicle::V2_0::impl::EmulatedUserHal
237 StatusCode VehicleHalServer::onSetProperty(const VehiclePropValue& value, bool updateStatus) { in onSetProperty() function in android::hardware::automotive::vehicle::V2_0::impl::VehicleHalServer
49 virtual StatusCode onSetProperty(const VehiclePropValue& value, bool updateStatus) = 0;
67 return this->onSetProperty(value, updateStatus); in setProperty()