Searched refs:SetElementFunction (Results 1 – 5 of 5) sorted by relevance
38 void ComposedComponent::SetElementFunction(ElementFunction&& func) in SetElementFunction() function in OHOS::Ace::ComposedComponent
75 void SetElementFunction(ElementFunction&& func) override;
154 virtual void SetElementFunction(ElementFunction&& func) {} in SetElementFunction() function
69 composedComponent->SetElementFunction(std::move(elementFunction)); in CreateNode()
79 composedComponent->SetElementFunction(std::move(elementFunction)); in CreateNode()