commit | ad0e598399c224cfed6fc90464d3022fa8c067ef | [log] [tgz] |
---|---|---|
author | Paul Stewart <pstew@chromium.org> | Tue Jul 02 08:47:47 2013 -0700 |
committer | ChromeBot <chrome-bot@google.com> | Mon Jul 08 18:03:31 2013 -0700 |
tree | 15955d7de73865023683ce4e478d048cb2bf2285 | |
parent | fbc40d2d9c22ef224003bb1a16e60c860fe8a38e [diff] |
shill: Service: Implement "SetProperties" DBus call Configure multiple Service properties at once in a single call. This method differs from Manager::ConfigureService in two important ways: Firstly, since this is a service method, the service is found via its RPC identifier as opposed to its GUID or other properties. Secondly, only the service properties are set -- it is not assigned a profile like ConfigureService -- in fact the "Profile" property is silently ignored if provided to this call. BUG=None TEST=Unit tests Change-Id: Ied4b75184bc4c27d88652dc14d14ef3f49b1574e Reviewed-on: https://gerrit.chromium.org/gerrit/60775 Reviewed-by: Steven Bennetts <stevenjb@chromium.org> Reviewed-by: mukesh agrawal <quiche@chromium.org> Tested-by: Paul Stewart <pstew@chromium.org> Commit-Queue: Paul Stewart <pstew@chromium.org>