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
Make AttributeAccessInterface and CommandHandlerInterface registries consistent as objects with singletons (#34462)
* Switch CHI registry to an object
* Switch CHI registry to an object
* Prepare the AAI registry to use an object
* Replace unregister
* Replace the register
* Update the getter
* Restyle
* Fix unregister
* Fix typo
* Fix namespacing for instance
* Do not make IME auto-clear command handlers
* Make spellcheck happy
* Remove chip::app prefix throughout
* Fix compile error
* One more compile fix
* One more compile fix
* make tv-app compile
* Update examples/all-clusters-app/all-clusters-common/src/bridged-actions-stub.cpp
Co-authored-by: Boris Zbarsky <bzbarsky@apple.com>
* Update examples/tv-app/android/java/AppImpl.cpp
Co-authored-by: Boris Zbarsky <bzbarsky@apple.com>
* Update register/unregister names
* Fix endpoint id usage that was awkward in aai
* Restyle
* Code simplification and some namespace removal
* Fix comment
* re-order of methods
* One more move to preserve previous order
* Restyle
* Add back the odd clear
* Add missing invalidation of AAI cache
* Fix compile
* one more compile fix
* more compile fixes
---------
Co-authored-by: Andrei Litvin <andreilitvin@google.com>
Co-authored-by: Boris Zbarsky <bzbarsky@apple.com>
0 commit comments