Searched refs:SetMakeFunction (Results 1 – 6 of 6) sorted by relevance
32 void NodeContainerModelNG::SetMakeFunction(std::function<RefPtr<UINode>()>&& makeFunc) in SetMakeFunction() function in OHOS::Ace::NG::NodeContainerModelNG38 pattern->SetMakeFunction(std::move(makeFunc)); in SetMakeFunction()
25 void SetMakeFunction(std::function<RefPtr<UINode>()>&& makeFunc) override;
29 virtual void SetMakeFunction(std::function<RefPtr<NG::UINode>()>&& makeFunc) = 0;
65 void SetMakeFunction(std::function<RefPtr<UINode>()>&& makeFunc) in SetMakeFunction() function
108 pattern->SetMakeFunction([childNode]() -> RefPtr<UINode> { return childNode; }); in __anond2c82e250202()135 pattern->SetMakeFunction([childNode_one]() -> RefPtr<UINode> { return childNode_one; }); in __anond2c82e250302()146 pattern->SetMakeFunction([childNode_two]() -> RefPtr<UINode> { return childNode_two; }); in __anond2c82e250402()214 modelNg.SetMakeFunction(builderFunc);
168 nodeContainerModelInstance->SetMakeFunction( in SetNodeController()203 nodeContainerModelInstance->SetMakeFunction(nullptr); in ResetNodeController()