Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/property/
H A Dstack_property.cpp29 …: Super(BASE_NS::move(name)), onChangedCallback_(MakeCallback<IOnChanged>([this] { InternalOnChang… in StackProperty()
77 i->OnChanged()->AddHandler(onChangedCallback_, uintptr_t(this)); in SetValueInValueStack()
221 i->OnChanged()->AddHandler(onChangedCallback_, uintptr_t(this)); in PushValue()
279 i->OnChanged()->AddHandler(onChangedCallback_, uintptr_t(this)); in InsertModifier()
346 i->OnChanged()->AddHandler(onChangedCallback_, uintptr_t(this)); in SetInternalAny()
413 i->OnChanged()->AddHandler(onChangedCallback_, uintptr_t(this)); in Import()
422 i->OnChanged()->AddHandler(onChangedCallback_, uintptr_t(this)); in Import()
430 i->OnChanged()->AddHandler(onChangedCallback_, uintptr_t(this)); in Import()
H A Dstack_property.h94 ICallable::Ptr onChangedCallback_; in META_BEGIN_NAMESPACE() local