sdbusplus: object: don't use 'bool' argument constructor

`sdbusplus::server::object_t` has long had an enum-based parameter for
signal action, but maintained a backwards compatible boolean mapping.
It is time to remove this boolean to make it more observable which
actions are being used in applications.  Map all `true` occurrences to
`action::defer_emit`.

Change-Id: I5fc79b0851bd5901b5b6c8dd24a291825163dbad
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
1 file changed