Searched refs:CreateNodeByIndex (Results 1 – 6 of 6) sorted by relevance
108 OHOS::Ace::RefPtr<OHOS::Ace::NG::UINode> CreateNodeByIndex(int32_t index, in CreateNodeByIndex() function
97 RefPtr<NG::UINode> CreateNodeByIndex(int32_t index, const WeakPtr<NG::UINode>& node) override;
360 RefPtr<NG::UINode> JSNavigationStack::CreateNodeByIndex(int32_t index, const WeakPtr<NG::UINode>& c… in CreateNodeByIndex() function in OHOS::Ace::Framework::JSNavigationStack
156 virtual RefPtr<UINode> CreateNodeByIndex(int32_t index, const WeakPtr<UINode>& customNode);
326 RefPtr<UINode> NavigationStack::CreateNodeByIndex(int32_t index, const WeakPtr<UINode>& node) in CreateNodeByIndex() function in OHOS::Ace::NG::NavigationStack
1591 auto node = navigationStack_->CreateNodeByIndex(index, parentNode_); in GenerateUINodeByIndex()