commit | 4661527ba7be0568edc4efa3a2b66ffc46abce73 | [log] [tgz] |
---|---|---|
author | Tom Cherry <tomcherry@google.com> | Thu Jul 27 16:20:58 2017 -0700 |
committer | Tom Cherry <tomcherry@google.com> | Tue Aug 01 11:06:17 2017 -0700 |
tree | 9c9f3942859bac913c2b182b145a005769631342 | |
parent | aee6739ab4aaa56db15c15274e93dcc215d97391 [diff] |
init: rename ServiceManager to ServiceList and clean it up ServiceManager is essentially just a list now that the rest of its functionality has been moved elsewhere, so the class is renamed appropriately. The ServiceList::Find* functions have been cleaned up into a single smaller interface. The ServiceList::ForEach functions have been removed in favor of ServiceList itself being directly iterable. Test: boot bullhead Change-Id: Ibd57c103338f03b83d81e8b48ea0e46cd48fd8f0