Home
last modified time | relevance | path

Searched refs:OnArrayPropertyChanged (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/api/property/
H A Darray_property_event_handler.h40 … property, [=]() { (instance->*callback)(changesRecognizer_.OnArrayPropertyChanged(property)); }); in META_BEGIN_NAMESPACE()
46 …handler_.Subscribe(property, [=]() { callback(changesRecognizer_.OnArrayPropertyChanged(property))… in META_BEGIN_NAMESPACE()
55 …his, property, f = BASE_NS::move(func)]() { f(changesRecognizer_.OnArrayPropertyChanged(property))… in META_BEGIN_NAMESPACE()
65 …his, property, f = BASE_NS::move(func)]() { f(changesRecognizer_.OnArrayPropertyChanged(property))… in META_BEGIN_NAMESPACE()
H A Darray_property_changes_recognizer.h69 …ArrayChanges<ValueType> OnArrayPropertyChanged(const META_NS::ArrayProperty<ValueType>& arrayPrope… in OnArrayPropertyChanged() function