Lines Matching defs:index
207 ERROR_LOG_STR("ability index (%d) more than pageTreeList count (%d)", currentAbilityNode_->GetIndex(),
213 ERROR_LOG_STR("page index (%d) more than componentTreeList count (%d)", currentPageNode_->GetIndex(),
295 void TreeManager::SetInputcomponentIndex(int actionType, uint32_t index)
297 DEBUG_LOG_STR("Input: (%d), Input Type: (%d)", index, actionType);
304 if (index != INVALIDED_INPUT_INDEX) {
309 if (index >= inputComponentList_.size()) {
310 ERROR_LOG("index argument is invalided");
313 inputComponentList_[index]->AddInputCount();
314 inputComponentList_[index]->AddTypeInputCount(actionType);
315 DEBUG_LOG_STR("inputComponent: GetNodeId (0x%016llX)", inputComponentList_[index]->GetNodeId());
331 if (index != INVALIDED_INPUT_INDEX) {
332 currentPageNode_->SetCurrentComponentNode(inputComponentList_[index]);
351 ERROR_LOG_STR("component index (%d) more than elementInfoList count (%d)", componentNode->GetIndex(),
370 ERROR_LOG_STR("component index (%d) more than elementInfoList count (%d)", inputComponent->GetIndex(),
424 bool TreeManager::UpdatePage(int layer, uint32_t index)
427 DEBUG_LOG_STR("UpdatePage: layer (%d), index (%u)", layer, index);
430 if (pageNode->GetChildren().size() <= index) {
431 ERROR_LOG_STR("UpdatePage child index (%d) more than elementInfoList_ GetChildren() size (%u)", index,
435 currentPageNode_ = std::static_pointer_cast<PageTree>(pageNode->GetChildren()[index]);
450 ERROR_LOG_STR("currentPageNode_ index (%u) more than componentTreeList_ size (%u)",
471 ERROR_LOG_STR("currentPageNode index (%u) more than componentTreeList_ size (%u)", componentNodeIndex,
516 // update component tree index
527 DEBUG_LOG_STR("CompoentNode shared (%p) index (%u) count = (%ld) unique (%d)",