Searched refs:currentPageNode_ (Results 1 – 2 of 2) sorted by relevance
170 currentPageNode_ = nullptr; in MakeAndCheckNewAbility()179 currentPageNode_ = pageTreeList_[currentAbilityNode_->GetIndex()]; in MakeAndCheckNewAbility()180 if (componentTreeList_.find(currentPageNode_->GetIndex()) == componentTreeList_.end()) { in MakeAndCheckNewAbility()181 …ROR_LOG_STR("page index (%d) more than componentTreeList count (%d)", currentPageNode_->GetIndex(), in MakeAndCheckNewAbility()185 currentComponentNode_ = componentTreeList_[currentPageNode_->GetIndex()]; in MakeAndCheckNewAbility()244 if (currentPageNode_ == nullptr) { in SetInputcomponentIndex()276 currentPageNode_->AddInputCount(); in SetInputcomponentIndex()278 currentPageNode_->SetCurrentComponentNode(inputComponentList_[index]); in SetInputcomponentIndex()280 currentPageNode_->SetCurrentComponentNode(inputComponent_); in SetInputcomponentIndex()337 if (currentPageNode_ != nullptr) { in AddPage()[all …]
117 return currentPageNode_; in GetCurrentPage()197 std::shared_ptr<PageTree> currentPageNode_ = std::make_shared<PageTree>(); variable