Lines Matching defs:inputComponent
315 DEBUG_LOG_STR("inputComponent: GetNodeId (0x%016llX)", inputComponentList_[index]->GetNodeId());
323 DEBUG_LOG_STR("inputComponent: GetNodeId (0x%016llX)", inputComponent_->GetNodeId());
358 void TreeManager::SetActiveComponent(const std::shared_ptr<ComponentTree>& inputComponent)
361 if (inputComponent == nullptr) {
362 ERROR_LOG("argument failed inputComponent is nullptr");
365 DEBUG_LOG_STR("Active component: GetNodeId (0x%016llX)", inputComponent->GetNodeId());
366 inputComponent_ = inputComponent;
367 if (elementInfoList_.size() > inputComponent->GetIndex()) {
368 inputElementInfo_ = elementInfoList_[inputComponent->GetIndex()];
370 ERROR_LOG_STR("component index (%d) more than elementInfoList count (%d)", inputComponent->GetIndex(),