Home
last modified time | relevance | path

Searched refs:inputComponentList_ (Results 1 - 2 of 2) sorted by relevance

/test/ostest/wukong/component_event/src/
H A Dtree_manager.cpp305 if (inputComponentList_.size() <= 0) { in SetInputcomponentIndex()
309 if (index >= inputComponentList_.size()) { in SetInputcomponentIndex()
313 inputComponentList_[index]->AddInputCount(); in SetInputcomponentIndex()
314 inputComponentList_[index]->AddTypeInputCount(actionType); in SetInputcomponentIndex()
315 DEBUG_LOG_STR("inputComponent: GetNodeId (0x%016llX)", inputComponentList_[index]->GetNodeId()); in SetInputcomponentIndex()
332 currentPageNode_->SetCurrentComponentNode(inputComponentList_[index]); in SetInputcomponentIndex()
343 inputComponentList_.clear(); in SetActiveComponent()
349 inputComponentList_.push_back(componentNode); in SetActiveComponent()
/test/ostest/wukong/component_event/include/
H A Dtree_manager.h85 return inputComponentList_; in GetActiveComponentInfos()
294 std::vector<std::shared_ptr<ComponentTree>> inputComponentList_; member in OHOS::WuKong::TreeManager

Completed in 3 milliseconds