You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[*ChangeListener] replace AttributesChangedListener with ProviderChan… (project-chip#41518)
* [*ChangeListener] replace AttributesChangedListener with ProviderChangeListener
AttributesChangedListener is a duplicate of ProviderChangeListener and
there is no need to keep both. Since AttributesChangedListener is for
ember and ProviderChangeListener is from DataModel, it makes more sense
to keep ProviderChangeListener.
* Restyled by clang-format
* Restyled by gn
* add direct dependency on data-model-provider
* Update comment to reflect the correct usage
* Remove ContextAttributesChangeListener, which is a wrapper of ProviderChangeListener now
* Remove ContextAttributesChangeListener in server-cluster-shim
* Restyled by clang-format
* Replace AttributesChangedListener with ProviderChangedListener in ember functions
* Restyled by clang-format
* include header needed for Providerchangedlistener
* Apply suggestions from code review
chip::app:: prefix is redundant because the function is defined inside chip::app namespace
Co-authored-by: Boris Zbarsky <bzbarsky@apple.com>
* [no-ccache]
* [no-ccache]
---------
Co-authored-by: Restyled.io <commits@restyled.io>
Co-authored-by: Andrei Litvin <andy314@gmail.com>
Co-authored-by: Boris Zbarsky <bzbarsky@apple.com>
Co-authored-by: Sergio Soares <sergiosoares@google.com>
0 commit comments