server: refactor valid_signal

Change the method name to bus_normalize to more accurately reflect what
it does, which is normalize unique and well-known bus names to a
well-known name.

Provide the normalized name to callers.
Fix-up call sites with the new name.

Tested: Manually verified mapper content is the same for a test object
  after adding and removing interfaces from the test object, after new
  service discovery and after bus name owner loss.
Change-Id: I4bc194b3d5537eadf3e6b0a874fe72caaf615372
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
1 file changed
tree: be45f0ecfffff25a3855f2944e1b2e9afee7ec84
  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`.