server: drop bus check from get_signal_interfaces

No functional changes, but move bus name normalization
from get_signal_interfaces to the call sites.  This improves
signal handler readability.

Changed get_signal_interfaces to filter_signal_interfaces to
more accurately describe what the method does.

Fix-up call sites.

Tested: Manually verified mapper content is the same after service
  discovery.
Change-Id: I0467faa233a960245f8cc8bad14dd66b1b7fead6
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
1 file changed
tree: ddbf79b04379a4a4ab756dfa20c415947dc88178
  1. fail-monitor/
  2. libmapper/
  3. obmc/
  4. .gitignore
  5. bootstrap.sh
  6. configure.ac
  7. LICENSE
  8. Makefile.am
  9. phosphor-mapper
  10. README.md
  11. setup.cfg
  12. setup.py.in
README.md

To Build

To build this package, do the following steps:

    1. ./bootstrap.sh
    2. ./configure ${CONFIGURE_FLAGS}
    3. make

To full clean the repository again run `./bootstrap.sh clean`.