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
Allow passing in a Path change listener to ember write functions (#35455)
* Cleaner usage: no need of a separate function that is used in one place only
* Attempt an API update
* Fix typos in the Accessors src
* Fix typo and regen
* More fixes on accessors
* Update signature for emAfWriteAttributeExternal
* Add a comment about all the checks being vague
* Update src/app/util/af-types.h
Co-authored-by: Boris Zbarsky <bzbarsky@apple.com>
* Update src/app/util/af-types.h
Co-authored-by: Boris Zbarsky <bzbarsky@apple.com>
* Update src/app/util/attribute-storage.cpp
Co-authored-by: Boris Zbarsky <bzbarsky@apple.com>
* Update src/app/zap-templates/templates/app/attributes/Accessors-src.zapt
Co-authored-by: Boris Zbarsky <bzbarsky@apple.com>
* Update src/app/util/mock/CodegenEmberMocks.cpp
Co-authored-by: Boris Zbarsky <bzbarsky@apple.com>
* Update src/app/zap-templates/templates/app/attributes/Accessors-src.zapt
Co-authored-by: Boris Zbarsky <bzbarsky@apple.com>
* Update src/app/zap-templates/templates/app/attributes/Accessors-src.zapt
Co-authored-by: Boris Zbarsky <bzbarsky@apple.com>
* zap regen and restyle
* Update src/app/zap-templates/templates/app/attributes/Accessors-src.zapt
Co-authored-by: Boris Zbarsky <bzbarsky@apple.com>
* Update src/app/util/attribute-table.cpp
Co-authored-by: Boris Zbarsky <bzbarsky@apple.com>
* Update src/app/util/attribute-storage.cpp
Co-authored-by: Boris Zbarsky <bzbarsky@apple.com>
* Update src/app/util/attribute-storage.cpp
Co-authored-by: Boris Zbarsky <bzbarsky@apple.com>
* Update src/app/util/attribute-table.cpp
Co-authored-by: Boris Zbarsky <bzbarsky@apple.com>
* Update src/app/util/attribute-table.cpp
Co-authored-by: Boris Zbarsky <bzbarsky@apple.com>
* Update src/app/util/attribute-storage.cpp
Co-authored-by: Boris Zbarsky <bzbarsky@apple.com>
* Update src/app/util/attribute-table.h
Co-authored-by: Boris Zbarsky <bzbarsky@apple.com>
* Rename ChangedPathListener to AttributesChangedListener
* Remove chip:: and chip::app
* Update constructors of AttributePathParams and add nodiscard according to the linter to never call const methods without considering their return value
* Restyled by clang-format
* Remove auto-inserted include
* Update again and zap regen: removed extra namespace prefixes in accessors.h/cpp
* Add comment about uint8_t non-const usage...
* Another rename given that the listener is now an attributes and not a path listener
* Update src/app/util/attribute-table.h
Co-authored-by: Tennessee Carmel-Veilleux <tennessee.carmelveilleux@gmail.com>
* Comment update to talk more about AttributesChangedListener
* Restyle
---------
Co-authored-by: Andrei Litvin <andreilitvin@google.com>
Co-authored-by: Boris Zbarsky <bzbarsky@apple.com>
Co-authored-by: Restyled.io <commits@restyled.io>
Co-authored-by: Tennessee Carmel-Veilleux <tennessee.carmelveilleux@gmail.com>
0 commit comments