Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/
H A Dcontainer_observer.cpp60 bool ContainerChangeListener::Subscribe(const IOnChildChanged::InterfaceTypePtr& onAdded, in Subscribe() argument
65 added_ = { container->OnAdded()->AddHandler(onAdded), onAdded }; in Subscribe()
H A Dcontainer_observer.h39 …bool Subscribe(const IOnChildChanged::InterfaceTypePtr& onAdded, const IOnChildChanged::InterfaceT… in META_BEGIN_NAMESPACE()