Add `SetProperty` to gesture props D-Bus service
See go/cros-gesture-properties-dbus-design (Google internal only, sorry) for more details about the full design. Bug: 952054 Test: call the `GetProperty` method with a command like this (substituting a valid device ID): dbus-send --print-reply --system \ --dest=org.chromium.GesturePropertiesService \ /org/chromium/GesturePropertiesService \ org.chromium.GesturePropertiesServiceInterface.SetProperty \ int32:"$DEVICE_ID" string:"Mouse CPI" array:double:500 Change-Id: Ib91995c3c1fadbf776e55f078a35c38ced984020 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1589450 Commit-Queue: Harry Cutts <hcutts@chromium.org> Reviewed-by:Steven Bennetts <stevenjb@chromium.org> Cr-Commit-Position: refs/heads/master@{#678486}
Showing
Please register or sign in to comment