Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/base/
H A Dcomposed_element.h52 void ApplyComposed(ApplyFunction&& applyFunction) in ApplyComposed() argument
54 applyFunction_ = std::move(applyFunction); in ApplyComposed()
58 void ApplyComposed(const ApplyFunction& applyFunction) in ApplyComposed() argument
60 applyFunction_ = applyFunction; in ApplyComposed()