commit | 911b9b1d6ead5f2e4c4158af0cd8787f4d458ddf | [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 | eeee83106bfbd719b52817c2ebb460ce38bcc494 [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