Searched refs:currentPageNode_ (Results 1 – 2 of 2) sorted by relevance
202 currentPageNode_ = nullptr; in MakeAndCheckNewAbility()211 currentPageNode_ = pageTreeList_[currentAbilityNode_->GetIndex()]; in MakeAndCheckNewAbility()212 if (componentTreeList_.find(currentPageNode_->GetIndex()) == componentTreeList_.end()) { in MakeAndCheckNewAbility()213 …ROR_LOG_STR("page index (%d) more than componentTreeList count (%d)", currentPageNode_->GetIndex(), in MakeAndCheckNewAbility()217 currentComponentNode_ = componentTreeList_[currentPageNode_->GetIndex()]; in MakeAndCheckNewAbility()298 if (currentPageNode_ == nullptr) { in SetInputcomponentIndex()330 currentPageNode_->AddInputCount(); in SetInputcomponentIndex()332 currentPageNode_->SetCurrentComponentNode(inputComponentList_[index]); in SetInputcomponentIndex()334 currentPageNode_->SetCurrentComponentNode(inputComponent_); in SetInputcomponentIndex()391 if (currentPageNode_ != nullptr) { in AddPage()[all …]
195 return currentPageNode_; in GetCurrentPage()302 std::shared_ptr<PageTree> currentPageNode_ = std::make_shared<PageTree>(); variable