Home
last modified time | relevance | path

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

/device/google/trout/hal/vehicle/2.0/
DGrpcVehicleServer.cpp71 const vhal_proto::WrappedVehiclePropValue* wrappedPropValue,
185 vhal_proto::WrappedVehiclePropValue wrappedPropValue; in onPropertyValueFromCar() local
186 proto_msg_converter::toProto(wrappedPropValue.mutable_value(), value); in onPropertyValueFromCar()
187 wrappedPropValue.set_update_status(updateStatus); in onPropertyValueFromCar()
193 auto writeOK = connection.mValueWriter(wrappedPropValue); in onPropertyValueFromCar()
243 ::grpc::ServerContext* context, const vhal_proto::WrappedVehiclePropValue* wrappedPropValue, in SetProperty() argument
246 proto_msg_converter::fromProto(&value, wrappedPropValue->value()); in SetProperty()
248 auto set_status = static_cast<int32_t>(onSetProperty(value, wrappedPropValue->update_status())); in SetProperty()