Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/base/
H A Dcomposed_element.h89 if (removeFunction_) { in CallRemoveFunction()
90 return removeFunction_(); in CallRemoveFunction()
96 removeFunction_ = std::move(func); in SetRemoveFunction()
101 return removeFunction_ != nullptr; in HasRemoveFunction()
144 RemoveFunction removeFunction_ = nullptr; variable