Searched refs:wrappedPropValue (Results 1 – 1 of 1) sorted by relevance
71 const vhal_proto::WrappedVehiclePropValue* wrappedPropValue,185 vhal_proto::WrappedVehiclePropValue wrappedPropValue; in onPropertyValueFromCar() local186 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() argument246 proto_msg_converter::fromProto(&value, wrappedPropValue->value()); in SetProperty()248 auto set_status = static_cast<int32_t>(onSetProperty(value, wrappedPropValue->update_status())); in SetProperty()